diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-11-30 11:28:23 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-11-30 11:28:23 +0000 |
commit | aba12d4937d6e813c3ef1715ad56eae400d40dec (patch) | |
tree | 87bf05b874526d6d3de3080780269ac31112d662 | |
parent | e8c043f6079d98927283f556d455beca97e8a147 (diff) |
Gem 661d4c50f18f8fe64069d6db4c03ef234c4ccaaf linux/amd64
built 'master:661d4c50f18f8fe64069d6db4c03ef234c4ccaaf' for linux/amd64
-rwxr-xr-x | Gem/Gem.pd_linux | bin | 32487495 -> 32487495 bytes | |||
-rw-r--r-- | Gem/README.txt | 28 |
2 files changed, 17 insertions, 11 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux Binary files differindex 1dd7fbc..13403c8 100755 --- a/Gem/Gem.pd_linux +++ b/Gem/Gem.pd_linux diff --git a/Gem/README.txt b/Gem/README.txt index dce05e9..e57d410 100644 --- a/Gem/README.txt +++ b/Gem/README.txt @@ -1,18 +1,22 @@ This is GEM - Graphics Environment for Multimedia ================================================= You can get the current distribution from: -http://gem.iem.at -http://sourceforge.net/projects/pd-gem +https://gem.iem.at +https://git.iem.at/pd/Gem +https://github.com/umlaeute/Gem if you want to compile the newest (bleeding edge, and possibly unstable) source -code yourself, you can get a copy from the public git repository on sourceforge: +code yourself, you can get a copy from the public git repository: - read-only access: https://github.com/umlaeute/Gem.git - read-write access: ssh://git@github.com:umlaeute/Gem.git + read-only access: https://git.iem.at/pd/Gem.git + read-write access: ssh://git@git.iem.at:pd/Gem.git + +There is also a mirror on github: + https://github.com/umlaeute/Gem usually, you will only need the read-only repository, which you can get with -$ git clone https://github.com/umlaeute/Gem.git +$ git clone https://git.iem.at/pd/Gem.git ============================================= NEW::: @@ -65,13 +69,16 @@ INSTALLATION: ============= ------------------------------------- -To install GEM on linux/OSX/...: -run +To build & install GEM run: $ ./configure $ make $ make install -note that you might want to help Gem to find the Pd-headers, e.g. by doing + +note: when using a git-clone of the Gem sources, you first need to run +`./autogen.sh` (which is a wrapper around `autoreconf -fiv`). + +note: that you might want to help Gem to find the Pd-headers, e.g. by doing $ ./configure --with-pd=/usr/include/pd try $ ./configure --help to see more options @@ -161,8 +168,7 @@ bug-report (see below) BUG-REPORTS: ============ please do not hesitate to report any crashes, weirdnesses or other issues, using -the bugtracker at sourceforge: -http://sourceforge.net/projects/pd-gem/ +our bugtracker at https://bugs.gem.iem.at or the gem-dev mailinglist (subscription at http://lists.puredata.info) if your mail only says "hey, it does not work !", it is an annoyance and no bug-report |