diff options
-rwxr-xr-x | GApop/package.txt | 3 | ||||
-rwxr-xr-x | GApop/readme.txt | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/GApop/package.txt b/GApop/package.txt new file mode 100755 index 0000000..60f2ca5 --- /dev/null +++ b/GApop/package.txt @@ -0,0 +1,3 @@ +NAME=GApop +SRCDIR = src +SRCS= GApop.cpp diff --git a/GApop/readme.txt b/GApop/readme.txt index 4f7be1a..538b48c 100755 --- a/GApop/readme.txt +++ b/GApop/readme.txt @@ -13,6 +13,22 @@ see http://www.parasitaere-kapazitaeten.net/ext ----------------------------------------------------------------------------
+HOW TO COMPILE:
+
+
+1) New flext build system:
+
+windows:
+pathtoflext/build.bat
+
+linux/OSX:
+sh patchtoflext/build.sh
+
+
+2) old build system:
+
To compile the external edit the config-pd-*.txt file of your platform and the run build-pd-*.
+----------------------------------------------------------------------------
+
For suggestions, bugs, ... mail me: grh@mur.at
\ No newline at end of file |