Skip to content

Commit

Permalink
5.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Aug 11, 2017
1 parent 3f007a9 commit 150a113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ This project is a parser built for openedge ABL

It originates from [joanju.com](http://www.joanju.com/index.php)
More info [http://www.oehive.org/proparse/](http://www.oehive.org/proparse/)

Read the [how_to_build.md](https://github.com/jcaillon/proparse/blob/master/how_to_build.md) for instructions on the build
2 changes: 1 addition & 1 deletion how_to_build.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1. Download [ikvm.exe](https://netcologne.dl.sourceforge.net/project/ikvm/ikvm/7.2.4630.5/ikvmbin-7.2.4630.5.zip) and put it in a folder `ikvmbin` on the root of the repo (add it to ignore list)
1. Download [ikvm.exe](https://netcologne.dl.sourceforge.net/project/ikvm/ikvm/7.2.4630.5/ikvmbin-7.2.4630.5.zip) and put it in a folder `ikvm` on the root of the repo (add it to ignore list) : this path is reference in the pom.xml
2. Build the project : `mvn clean package`
3. the .dll is generated in the output dir

0 comments on commit 150a113

Please sign in to comment.