summaryrefslogtreecommitdiff
path: root/LINSTALL
diff options
context:
space:
mode:
authorscuri <scuri>2011-02-26 02:27:09 +0000
committerscuri <scuri>2011-02-26 02:27:09 +0000
commit0daf9f7ba7b50fea5c9764cf0dc05ad76c005716 (patch)
tree6072aa3f3f149c9b73e14b4ae82de8a856d25435 /LINSTALL
parent79e4bd4772219be603c4f5aa98b98c6c83e0ccbb (diff)
*** empty log message ***
Diffstat (limited to 'LINSTALL')
-rw-r--r--LINSTALL26
1 files changed, 26 insertions, 0 deletions
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)