Upgrading
From Geoqo
(Difference between revisions)
(→Maybe do a backup) |
(→Building and installing) |
||
| Line 15: | Line 15: | ||
Then build it: | Then build it: | ||
| − | cd geoqo- | + | cd geoqo-{{VER}} |
perl Makefile.PL | perl Makefile.PL | ||
make | make | ||
| Line 22: | Line 22: | ||
On windows, you need to use [[nmake]] instead: | On windows, you need to use [[nmake]] instead: | ||
| − | cd geoqo- | + | cd geoqo-{{VER}} |
perl Makefile.PL | perl Makefile.PL | ||
nmake | nmake | ||
nmake install | nmake install | ||
Revision as of 04:19, 9 April 2007
Maybe do a backup
If you need to upgrade geoqo from a previous version, you may want to first back up your default database:
cp $HOME/.geoqo/dbs/geoqo $HOME/.geoqo/dbs/geoqo.bak
Extracting the source
Then, get the new source package and extract it (in this example, we'll assume command line zip):
unzip geoqo-0.5.zip
Building and installing
Then build it:
cd geoqo-1.11 perl Makefile.PL make make install
On windows, you need to use nmake instead:
cd geoqo-1.11 perl Makefile.PL nmake nmake install