]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
Added README with compilation instructions
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Aug 2008 15:54:22 +0000 (17:54 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 26 Aug 2008 15:54:22 +0000 (17:54 +0200)
README [new file with mode: 0644]
config.target

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..8be3beb
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Compilation
+===========
+
+1. Download ulut (from
+   http://sourceforge.net/project/showfiles.php?group_id=118937&package_id=130840)
+   and create symlink named ulut in the forb directory. Then follow
+   these steps:
+
+2. Download fosa and create symlink named fosa pointing to it
+
+3. Configure the sources:
+       make default-config
+
+4. Compile IDL compilator:
+       make -C forb-idl
+
+5. Compile the rest:
+       make    
+       
index 77d9dfba367ceaecd7ada63bbc2bd4fe24d440e6..eba98314f74002ccf7dc9b5ce48e131de0d668a6 100644 (file)
@@ -1,6 +1,6 @@
 LN_HEADERS = y
 
-IDL_COMPILER = forb-idl
+IDL_COMPILER = $(OUTPUT_DIR)/$(COMPILED_DIR_NAME)/bin/forb-idl
 
 export PLATFORM=AQuoSA