Changes for page Usage for Other *NIX
Last modified by Filippo Laurìa on 2013/05/08 11:53
From version 8.1
edited by Filippo Laurìa
on 2013/05/08 11:46
on 2013/05/08 11:46
Change comment:
There is no comment for this version
To version 9.1
edited by Filippo Laurìa
on 2013/05/08 11:48
on 2013/05/08 11:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -These are some brief notes about usage Eclipse / wolips on a generic **NIX platform such as LINUX. As I have just transcribed this from an email, I can't be too sure that it is correct ~-~- please feel free to augment with detail.**1 +These are some brief notes about usage Eclipse / wolips on a generic NIX platform such as LINUX. As I have just transcribed this from an email, I can't be too sure that it is correct ~-~- please feel free to augment with detail. 2 2 3 3 1. Install Java (I installed jdk 1.5 aka 5) 4 4 1. Install Eclipse with WOLips ... ... @@ -15,7 +15,7 @@ 15 15 11. ##/WO/Project/## ~-~- Into this directory put 16 16 111. ##woproject.jar## 17 17 11. ##/WO/API## ~-~- Into this directory, put the javadoc for WO. 18 -1. Create a new properties file in ## ,,/Library/wobuild.properties,,##,,. This should look something like this;,,18 +1. Create a new properties file in ##/Library/wobuild.properties##. This should look something like this; 19 19 20 20 {{noformat}} 21 21 ... ... @@ -43,6 +43,10 @@ 43 43 * 44 44 ** Jonathan Miller 45 45 46 -If you want to just download //eclipse//, it is strongly recommended to download **eclipse Indigo (3.7)**. Once you downloaded it, you have to install **WOLips eclipse plugin v3.7** (as described [[here>>http://wiki.wocommunity.org/display/WOL/Install+WOLips+with+Eclipse+Update+Manager]]). Don't worry if you get an error concerning //MOZILLA//FIVE//HOME environment variable//, you can easily fix theproblem istalling **Web-Kit GTK** packet from a shell with the following command:46 +If you want to //just download eclipse//, it is strongly recommended to download **eclipse Indigo (3.7)**. Once you downloaded it, you have to install **WOLips eclipse plugin v3.7** (as described [[here>>http://wiki.wocommunity.org/display/WOL/Install+WOLips+with+Eclipse+Update+Manager]]). Don't worry if you get an error concerning //MOZILLA//FIVE//HOME environment variable//, you can easily fix this problem installing **Web-Kit GTK** packet from a shell with the following command: 47 47 48 +{{noformat}} 49 + 48 48 $ sudo apt-get install libwebkitgtk-1.0-0 51 + 52 +{{/noformat}}