diff options
author | Jörg Frings-Fürst <jff@merkur> | 2014-05-18 16:08:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <jff@merkur> | 2014-05-18 16:08:14 +0200 |
commit | a15cf65c44d5c224169c32ef5495b68c758134b7 (patch) | |
tree | 3419f58fc8e1b315ba8171910ee044c5d467c162 /libfrontend-elements/INSTALL |
Imported Upstream version 3.3.0.2upstream/3.3.0.2
Diffstat (limited to 'libfrontend-elements/INSTALL')
-rw-r--r-- | libfrontend-elements/INSTALL | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libfrontend-elements/INSTALL b/libfrontend-elements/INSTALL new file mode 100644 index 0000000..0f8459c --- /dev/null +++ b/libfrontend-elements/INSTALL @@ -0,0 +1,25 @@ +Prerequisites + + build-time: + + - build >= 0.3.2 http://www.codesynthesis.com/projects/build/ + - g++ >= 3.4.3 http://gcc.gnu.org + + run-time: + + - libcult >= 1.4.1 http://kolpackov.net/projects/libcult/ + + +Building libfrontend-elements + + To build in the source directory simply say `make'. You can also + build in a separate directory, e.g., + + $ mkdir libfrontend-elements-i686-pc-linux-gnu + $ cd libfrontend-elements-i686-pc-linux-gnu + $ make -f ../libfrontend-elements-x.y.z/makefile + + +Installing libfrontend-elements + + Not supported in this version. |