Skip to content

Commit

Permalink
Merge branch 'master' into sample2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmizuta committed Apr 21, 2017
2 parents 4819335 + e707bdf commit 5b7116a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## IBM X10-based Agent Simulation on Distributed Infrastructure (XASDI)
## X10-based Agent Simulation on Distributed Infrastructure (XASDI)


### About XASDI
Expand All @@ -20,8 +20,8 @@ An agent in a place can communicate with an agent in another place by sending a
1. Set up build environment
- Java Development Kit (JDK) 6 or later (JDK 8 is recommended)
- Ant 1.9.6 or later
- X10 2.5.4
- Download a prebuilt binary for your platform from http://x10-lang.org/releases/x10-release-254.html
- X10 2.5.4 or later
- Download the latest prebuilt binary for your platform from http://x10-lang.org/software/download-x10/latest-release.html
- After downloading, untar and see the INSTALL file for further instructions.
2. cd src
3. execute ./build.sh
Expand Down
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo "Building XASDI Java API..."
(cd bridge; ant clean build)
(cd bridge; ant clean dist)
echo "...DONE"


Expand Down

0 comments on commit 5b7116a

Please sign in to comment.