diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-07-20 09:57:41 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-07-20 09:57:41 +0000 |
commit | 9d8a20ecf5b178be22d0b557f879c407ca43817f (patch) | |
tree | a5de8dd9f4d2aa1523ee8e147e3148bae351124b | |
parent | 7c3c5dd0f8d7089bd50282e9dcd56e36798e18cf (diff) |
new flext build system
svn path=/trunk/externals/grh/; revision=3365
-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 |