summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme b/readme
new file mode 100644
index 00000000..69dbe508
--- /dev/null
+++ b/readme
@@ -0,0 +1,10 @@
+Often the code comes directly from a Windows computer.
+The following steps may be needed to compile it on UNIX:
+
+>> dos2unix Makefile Makefile
+>> dos2unix depends.sh depends.sh
+>> chmod 755 depends.sh
+>> make
+
+If compiling as a static library, it is necessary to uncomment
+#define _LIB in "src/abc/main/main.c"