From 0daf9f7ba7b50fea5c9764cf0dc05ad76c005716 Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 26 Feb 2011 02:27:09 +0000 Subject: *** empty log message *** --- LINSTALL | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 LINSTALL (limited to 'LINSTALL') diff --git a/LINSTALL b/LINSTALL new file mode 100644 index 0000000..7b4e80f --- /dev/null +++ b/LINSTALL @@ -0,0 +1,26 @@ +INSTALL for CD on Linux + + The CD documentation contains a guide to help you build and install the major Tecgraf libraries in Linux. It is available in "Guide"/"Building in Linux". There you will find the external dependencies you need to install to build from sources and how to use the available scripts to install the necessary files in the system. + + Only the simplest installation procedure is described here. + + Download the pre-compile binaries, usually "cd-X.X_Linux26g4_lib.tar.gz" or "cd-X.X_Linux26g4_64_lib.tar.gz". + + Create a folder and unpack the files: + + mkdir cd + cd cd + tar -xpvzf ../cd-X.X_Linux26g4_lib.tar.gz + + To install the run time libraries (dynamic libraries), run the "install" script. + + To install the development files (includes and static libraries), run the "install_dev" script. + + To configure the run time libraries as Lua modules, run the "config_lua_module" script. + + All scripts don't need parameters. They need root privileges. If they fail check the Guide at the documentation. + + For complete information, visit CD's web site at http://www.tecgraf.puc-rio.br/cd + or access its documentation in the HTML folder. + +(end of INSTALL) -- cgit v1.2.3