aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2005-07-20 09:57:41 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2005-07-20 09:57:41 +0000
commit9d8a20ecf5b178be22d0b557f879c407ca43817f (patch)
treea5de8dd9f4d2aa1523ee8e147e3148bae351124b
parent7c3c5dd0f8d7089bd50282e9dcd56e36798e18cf (diff)
new flext build system
svn path=/trunk/externals/grh/; revision=3365
-rwxr-xr-xGApop/package.txt3
-rwxr-xr-xGApop/readme.txt16
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