Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PhDP/alchemy2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhDP committed Oct 23, 2015
2 parents ab46b8b + b430d20 commit e1ff712
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with very very few modifications (see *Changes*).

Installation
------------
Alchemy was developed/tested on Linux (Fedora Core 5) and... it will fail to
Alchemy was developed/tested on Linux (Fedora Core 5) and... it fails to
compile with modern versions of gcc, clang, and bison.

I've tested this version of the code with with Bison 2 and g++ 4.4, see
Expand All @@ -16,12 +16,13 @@ right versions of bison and gcc.

There is no target for tests, so, yeah...

Modifications
-------------
I tried to keep this repository as similar to the original as possible,
but I did a few modificationss:
Changes
-------
Since alchemy is the reference implementation for markov logic, I tried to make
as few changes as possible. I only made a few modifications to simplify
compilation:

* I changed g++ for g++-4.4 in the makefile. Definitely not necessary, but it's convenient on Ubuntu will many versions of gcc installed.
* I changed g++ for g++-4.4 in the makefile. Definitely not necessary, but it's convenient on Ubuntu with many versions of gcc installed.
* I added install.sh, README.md, .travis.cl, and .gitignore.
* I added the manual and tutorial PDF files in the *doc* folder.

Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cd bison-2.0
make
sudo make install
cd ..
rm bison-2.0.tar.gz
rm -rf bison-2.0

# Compile Alchemy
cd src
Expand Down

0 comments on commit e1ff712

Please sign in to comment.