How to InstallInstall into WindowsJust launch installer gura-0.3.0-win32.msi, which will associate extensions .gura, .guraw, .gurc and .gurcw to executable files. Install into LinuxIn default configuration, Ubuntu and Fedora do not include C++ compilers and readline library. Install them as follows before building Gura. For Ubuntu: $ sudo apt-get install g++ libreadline5-dev For Fedora: # yum install gcc gcc-c++ readline-devel Download a source package gura-0.3.0.tar.gz and follow the steps below to build and install Gura executables. $ tar xvfz gura-0.3.0.tar.gz $ cd gura-0.3.0/src $ ./configure $ make $ sudo make install $ sudo ldconfig # for the first install After that, follow the steps below to build and install Gura module files. $ ./build_modules.gura $ sudo ./build_modules.gura install If you see any error messages, your system may not have been installed with packages necessary to build the modules. Install them and try building modules again. |