Quickstart sticky please
Moderator: Moderators
Quickstart sticky please
There should be a sticky in here with how to install on linux, with where and how to download the binaries the standard ./configure and make stuff and anything else that is relevant. So if someone who knows these things could sticky that would be great.
-
- Posts: 665
- Joined: 06 Jun 2006, 19:49
Theres also debspring if u using debian based distro
Or if u are using gentoo, u can grab ebuild @ https://developer.berlios.de/project/sh ... up_id=4358
Or if u are using gentoo, u can grab ebuild @ https://developer.berlios.de/project/sh ... up_id=4358
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
following the directions verbatim in the setup wiki does not work. In the end, running the executable results in this error:
I got this after cleaning everything out and just getting and compiling the latest trunk. I resolved it by creating a file in my home folder called .springrc, but now I get other errors like
I'll keep working on this and I will update the wiki myself, it is missing steps.
Code: Select all
ERROR: DotfileHandler
Could not write to config file
Code: Select all
WARNING: can not access data directory: /usr/local/games/taspring/
using read-write data directory: /home/keithjr/
Warning: Incorrect/Missing content:
Luxi.ttf: FT_New_Face failed: no error
-
- Posts: 665
- Joined: 06 Jun 2006, 19:49
@keithjr
Note u can use stuff like $HOME i.e global env. But ~ wont work
Code: Select all
mkdir /etc/springdir
echo "/path/to/spring" > /etc/spring/datadir/datadir
Note u can use stuff like $HOME i.e global env. But ~ wont work