From: Michal Sojka Date: Tue, 26 Aug 2008 15:54:22 +0000 (+0200) Subject: Added README with compilation instructions X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-forb.git/commitdiff_plain/c9515bf8698f3e99b1432fa7fc7be33dab16c421 Added README with compilation instructions --- diff --git a/README b/README new file mode 100644 index 00000000..8be3beb3 --- /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 + diff --git a/config.target b/config.target index 77d9dfba..eba98314 100644 --- a/config.target +++ b/config.target @@ -1,6 +1,6 @@ LN_HEADERS = y -IDL_COMPILER = forb-idl +IDL_COMPILER = $(OUTPUT_DIR)/$(COMPILED_DIR_NAME)/bin/forb-idl export PLATFORM=AQuoSA