branch, ticket-227, updated. 1d6834bbaec12013f0431b791dc5bca4e376cdd6
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, ticket-227 has been updated via 1d6834bbaec12013f0431b791dc5bca4e376cdd6 (commit) from cac2ce49468986a08694ccfa03ac45819a6d109c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d6834bbaec12013f0431b791dc5bca4e376cdd6 Author: Phil Carns <[email protected]> Date: Thu Jun 20 16:26:24 2013 -0400 draft summary installation instructions ----------------------------------------------------------------------- Summary of changes: code/INSTALL | 26 ++++++++++++++++++++++++++ code/src/aesop/parser/README.txt | 31 ------------------------------- 2 files changed, 26 insertions(+), 31 deletions(-) create mode 100644 code/INSTALL delete mode 100644 code/src/aesop/parser/README.txt Diff of changes: diff --git a/code/INSTALL b/code/INSTALL new file mode 100644 index 0000000..e8ded7e --- /dev/null +++ b/code/INSTALL @@ -0,0 +1,26 @@ +External prerequisites +============================== + +Please install the following: + +* c-utils (git clone git://git.mcs.anl.gov/c-utils) +* aesop (http://trac.mcs.anl.gov/projects/aesop) + +Configuring Triton +================= + +./configure \ + --with-aesop=<AESOP_INSTALL_PREFIX> \ + --with-c-utils=<C-UTILS_INSTALL_PREFIX> \ + --prefix=<TRITON_INSTALL_PREFIX> + +Building Triton +=============== + +* Build + make + +* Some test programs can be built by naming them explicitly as in the + following example: + make src/transactional-osd/tests/tosd1 + diff --git a/code/src/aesop/parser/README.txt b/code/src/aesop/parser/README.txt deleted file mode 100644 index e0e9407..0000000 --- a/code/src/aesop/parser/README.txt +++ /dev/null @@ -1,31 +0,0 @@ - -How to install the necessary Haskell libraries for Aesop: - -1) Install cabal - -a) Install the easy way: -apt-get install cabal-install - -or: -b) Set up a local cabal installation: -./maint/hs/setup-cabal-local - -2) Set up the required Haskell libraries -./maint/hs/setup-hs-local - -3) Set up Aesop: -./maint/hs/setup-aesop - -On a given workstation OS installation, steps 1) and 2) are applied -only once. Step 3) is applied for each working directory. - -On systems without Haskell binary packages (ghc), you'll need to do: - -* Download/Build/Install ghc from http://www.haskell.org/ghc/ -* Download/Build/Install MTL from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl -* Download/Build/Install happy from http://www.haskell.org/happy/ -* Download/Build/Install alex from http://www.haskell.org/alex/ - -* Then run: setup-aesop - -NOTE: Cabal is the recommended method. hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov