Skip to content
Snippets Groups Projects
Commit e7c0d031 authored by Johan Sundström's avatar Johan Sundström
Browse files

By popular request, some info about how to install Pike the traditional style.

Rev: README.txt:1.15
parent afd92778
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ Pike by Fredrik H ...@@ -2,7 +2,7 @@ Pike by Fredrik H
Permission to copy, modify, and distribute this source for any legal Permission to copy, modify, and distribute this source for any legal
purpose granted as long as my name is still attached to it. More purpose granted as long as my name is still attached to it. More
specifically the GPL, LGPL and MPL license applies to this software. specifically, the GPL, LGPL and MPL licenses apply to this software.
New releases can be found on ftp://pike.ida.liu.se/pub/pike/ New releases can be found on ftp://pike.ida.liu.se/pub/pike/
Report bugs at http://community.roxen.com/crunch/ Report bugs at http://community.roxen.com/crunch/
...@@ -89,7 +89,11 @@ yourself, try the Old instructions: ...@@ -89,7 +89,11 @@ yourself, try the Old instructions:
quite large. If everything works out fine no extra messages are quite large. If everything works out fine no extra messages are
written. written.
8) If you want to install Pike, write 'make install'. 8) If you want to install Pike, write 'make install'. This will put
your pike in <prefix>/pike/<version>/. This way, you can install
many pike versions in parallell on the system if you want to. To
put it below <prefix> directly, as other packages usually do, run
'make INSTALLARGS="--traditional" install' instead.
After doing this, DO NOT, commit the generated files. They are placed After doing this, DO NOT, commit the generated files. They are placed
in .cvsignore files so you shouldn't have to bother with them. Doing in .cvsignore files so you shouldn't have to bother with them. Doing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment