Changes between Version 5 and Version 6 of ZooWebSite/ZooKernel/InstallationNew
- Timestamp:
- May 5, 2011, 12:15:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooKernel/InstallationNew
v5 v6 33 33 The first line of the instruction above consist in defining a specific tunnel to access the svn server through ssh protocol. Indeed, the ZOO SVN server listen on the 1046 (1024+22) port rather than the default one (22). 34 34 35 == Compiling libcgic == 36 37 First of all you will need to compile the libcgic from the {{{thirds}}} directory. For such a task, please use the following command: 38 39 {{{ 40 #!sh 41 $ cd thirds/cgic206 42 $ make 43 }}} 44 45 At this step, please make sure that a libcgic.a is localted in your {{{thirds/cgic206}}} directory. If yes, then you can go to the next step. 46 47 On windows, rather than using the {{{make}}} command, please use {{{nmake /f makefile.vc}}}. 48 35 49 == Compiling ZOO Kernel == 36 50 … … 41 55 42 56 {{{ 57 #!sh 43 58 cd zoo-project/zoo-kernel 44 59 autoconf