Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 286 Bytes

BuildFromSource.md

File metadata and controls

8 lines (7 loc) · 286 Bytes

Build and run math4u2 from source

  • Download the git repository of math4u2
  • Go to the folder "de.math4u2.build-project"
  • Run maven with "mvn install"
  • Go to the folder "target"
  • You can now run math4u2 with "java -jar math4u2.jar". Also a .bat and .sh starter is included.