]> rtime.felk.cvut.cz Git - frescor/livecd.git/commitdiff
Added README
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jan 2009 15:43:22 +0000 (16:43 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jan 2009 15:43:22 +0000 (16:43 +0100)
Makefile
README.frsh_forb [new file with mode: 0644]

index ff6c0f5bcd9905f7e4d0c19d0b6390a3d47a9cc4..3074da05b86aac5e504eb341bbad227c96c328d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ frsh_forb:
        rm -rf $(ffsrc)/omk-build/marte/marte.mk
 
        find $(ffsrc) -type d -name .svn|xargs rm -rf
+       cp README.frsh_forb $(ffsrc)
 
 clean:
        rm $(SLAX_MODULES:%=%.lzm) $(SLAX_MODULES:%=%.lzm.dep)
diff --git a/README.frsh_forb b/README.frsh_forb
new file mode 100644 (file)
index 0000000..1a7fcf0
--- /dev/null
@@ -0,0 +1,15 @@
+This directory contains another FRESCOR implementation built on top of
+FORB middleware.
+
+To compile the version for Linux do:
+
+   cd omk-build/aquosa
+   make
+
+To update the sources:
+
+   cd omk-build
+   ./update-all
+
+For more details see omk-build/README or contact
+Michal Sojka <sojkam1@fel.cvut.cz>
\ No newline at end of file