Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BraillePlot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Graßnick
BraillePlot
Commits
8b3492bc
Commit
8b3492bc
authored
5 years ago
by
Georg Graßnick
Browse files
Options
Downloads
Patches
Plain Diff
Add git submodule call to readme
parent
5e9216a3
No related branches found
No related tags found
1 merge request
!24
Feat/brailletextrasterizer 38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+11
-1
11 additions, 1 deletion
readme.md
with
11 additions
and
1 deletion
readme.md
+
11
−
1
View file @
8b3492bc
...
@@ -11,6 +11,16 @@ These instructions will get you a copy of the project up and running on your loc
...
@@ -11,6 +11,16 @@ These instructions will get you a copy of the project up and running on your loc
You will need the following tools to build the project:
You will need the following tools to build the project:
*
JavaJDK >= 11
*
JavaJDK >= 11
*
gradle >= 4.4
*
gradle >= 4.4
*
git
#### Build preparation
Use the following commands to setup your local source tree:
```
bash
git clone
${
URL_OF_THIS_REPO
}
git submodule update
--init
--recursive
# This will fetch third party dependencies
```
### Installing
### Installing
...
@@ -22,7 +32,7 @@ gradle jar
...
@@ -22,7 +32,7 @@ gradle jar
to create an executable jar file in
`build/libs`
which will include all runtime dependencies.
to create an executable jar file in
`build/libs`
which will include all runtime dependencies.
## Running the tests
##
#
Running the tests
A simple call of
A simple call of
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment