|
|
|||||||
InstallJolieTable of contentsInstalling JolieLinuxopenSUSE - One Click Installation
From sourcesRequirements:
Open a shell and execute: svn co https://jolie.svn.sourceforge.net/svnroot/jolie/trunk ant && sudo ant install The ant script will automatically build and install Jolie for you. The default is to install in /opt/jolie, but the installation parameters can be controlled by editing buildconfig/config.properties. A Jolie launcher script will be put in /usr/local/bin (this parameter is configurable, too), thus executing a Jolie script will be just a matter of: jolie file.ol WindowsFrom sourcesRequirements:
Installing:
install.launcher_dir=C:\\Program Files\\jolie install.dir=C:\\Program Files\\jolie
If the install path contains spaces you will experience a problem in launching the jolie executable. This is due to a problem on the command set joliepath present in jolie.bat that can be found in the intall directoy that you have previously specified. To solve this you must substitute the \ characters before and after the path containing the space with // and include the same part of the path between "". For instance, if you did choose to use the same directory of this tutorial you can correct the set command with the following code. set joliepath=C://"Program Files"//jolie\ You can now execute Jolie scripts by issuing the jolie command to a console, e.g.: jolie your_file.ol Support for external toolsKateHomepage: http://kate-editor.org/A syntax highlighting description file for KatePart (which is used by most KDE applications and the Kate editor itself) is available. Download the latest version You can discover your $KDE_HOME directory by issuing the kde4-config --localprefix command. |
SidebarLogin |
||||||