Skip to content

Commit

Permalink
Updated to use jcuda-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
jcuda committed Feb 24, 2017
1 parent 88abddc commit d917dcc
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 27 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
target/
target/
/output
/bundles
/.project
/.settings
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Build instructions
In order to build all JCuda libraries, create a local working directory,
`C:\JCuda`, and clone all repositories into this directory:

git clone https://github.com/jcuda/jcuda-parent.git
git clone https://github.com/jcuda/jcuda-common.git
git clone https://github.com/jcuda/jcuda-main.git
git clone https://github.com/jcuda/jcuda.git
Expand Down Expand Up @@ -74,15 +75,19 @@ subdirectory of the respective project, e.g. into

The Java libraries can be built with [Apache Maven](https://maven.apache.org/).
After the native libraries have been built as described above, change into
the `jcuda-main` directory and execute
the `jcuda-parent` directory and execute

mvn clean install

Then change into the `jcuda-main` directory and execute

mvn clean install

This will create the JAR files that contain the native libraries, compile
the Java classes, run the unit tests, assemble the classes, sources and
JavaDocs into JAR files, and finally place all libraries, together with
the JAR files that contain the native libraries, into the
`jcuda-main/target` directory.
`jcuda-main/output` directory.


Short building script
Expand Down
Loading

0 comments on commit d917dcc

Please sign in to comment.