Modified:
wiki/LinuxInstallation.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/LinuxInstallation.wiki
==============================================================================
--- wiki/LinuxInstallation.wiki (original)
+++ wiki/LinuxInstallation.wiki Mon Jul 9 08:51:28 2007
@@ -1,4 +1,4 @@
-#labels Phase-Deploy,Deprecated
+#labels Phase-Deploy,Featured
Step by step instructions for installing iDMC on linux from sources follows
= Required software =
@@ -6,6 +6,7 @@
* JDK 6
* Ant 1.5
* GCC-3.4: g77 and gcc
+ * GNU make
* CMake-2.4.6
You will also need the following libraries:
@@ -26,7 +27,7 @@
source packages, copy them in the `iDMC_building_toolset` folder and unpack them here.
= Compiling the native library =
-Enter the idmclib-0.7.0-Source folder, and type:
+Enter the `iDMC_building_toolset\idmclib-0.7.0-Source` folder, and type:
{{{
mkdir build
cd build
@@ -41,7 +42,7 @@
In case of troubles, ask project mantainers and/or in mailing list.
= Compiling the java part =
-If you passed the previous section, you should be ok.
+If you passed the previous section, you're almost ok.
Enter the `iDMC_building_toolset/iDmc-2.0.5` folder and type:
{{{
ant dist-linux