Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rodier

Pages: [1]
1
Technical Help: Problems BEFORE entering the game /
« on: April 06, 2003, 06:00:45 pm »
about jam.. in makefile is line with ver = version ..

btw > what I can delete after I finish downloading..compiliing..installing Planeshift ?
Win version have 200-300mb ?
I now downloading PS from cvs and my Crystal + CeL sources have 300mb :-(( .. too large..eh ? :)
where Planeshift will be installed and what I can delete ?
can planeshift be installed in /root/planeshift and  all other dirs can i delete ? (ie /root/CS and /root/CS/cel ? )
I think yes.. but I write in bashrc export = /root/CS ...etc as I read in linux howto....
if u don\'t understand my ..  how can I find what is sources and i can delete it  after I finish compiling and installing planeshift with cs/cel ?
or I need it alltimes ?
because cs/cel/ps sources = aprox 400-500mb ?
and cs/cel/ps installed = aprox another 500mb ?
thats too large for me :-(

2
hmm with this step Jam don\'t work,..
after make I run jam install but command not found..
then I go to bin.linuxx86 dir and run jam install
but he sayd can\'t find Jamfile
Ok then I copy all files from bin.linuxx86 dir to jam install dir
and then I  do
jam install
... now all is OK :-)
root@user136mo jam-2.5]# ./jam install
...found 201 target(s)...
...updating 1 target(s)...
Install /usr/local/bin/jam
Chmod1 /usr/local/bin/jam
...updated 1 target(s)...

now when I type jam I get this :

[root@user136mo /]# jam
Jamfile: No such file or directory
...found 7 target(s)...

its ok ? I think yes,...
thx for helping my (with string jam install.. because I try combine only jam jamfile ..etc :))


edit : This is my clear way to install jam : (maybe some ppl need use this way too .. add this to linux howto ? )

tar -xzvf psjam-2.5rc1.tar.gz
cd psjam-2.5rc1
make
su # then type your root password
// (NOW THIS IS WHAT I NEED TO DO)
cd bin.linuxx86
cp * ..
cd ...

// AND THEN :

./jam install
exit


(simply I have jam exec in psjam-2.5rc1/bin.linuxx86/ dir
but jamfile in psjam-2.5rc1/  only..  )





3
Technical Help: Problems BEFORE entering the game / problem with jam..
« on: April 06, 2003, 02:05:53 am »
Hi, I have RH 8.0 and want make PS from cvs (or anybody have now linux package with MB and CS ? ).
But I have problem with JAM .. I download it 2.5 rc1  then I make it ..but how to install it ? make install don\'t work.. make only make bin.linuxx86 directory.. but whats next ? I need copy this directory to /usr/bin or what ?
thx for help ... im starting with linux (2 month..)

Pages: [1]