Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
2f31bec7
Commit
2f31bec7
authored
May 08, 2019
by
Carsten Heinz
Committed by
Jaco A. Hofmann
May 08, 2019
Browse files
Remove sbt installation instruction
Is already contained in the command line installation suggestion
parent
2c9db02b
Pipeline
#1178
passed with stages
in 180 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2f31bec7
...
...
@@ -12,7 +12,7 @@ TaPaSCo is known to work in this environment:
*
Intel x86_64 arch
*
Linux kernel 4.4+
*
Fedora 26+, Ubuntu 16.04+
*
Fedora 24/25 does not support debug mode
*
Fedora 24/25 does not support debug mode
due to GCC bug
*
Bash Shell 4.2.x+
Other setups likely work as well, but are untested.
...
...
@@ -23,7 +23,7 @@ To use TaPaSCo, you'll need working installations of
*
Vivado Design Suite 2017.4 or newer
*
Java SDK 8 - 11
*
sbt 0.13.x or newer
*
sbt 0.13.x or newer
(use
[
SDKMAN!
](
http://sdkman.io/
)
for easy installation)
*
git
*
python
*
GCC newer than 5.x.x for C++11 support
...
...
@@ -60,24 +60,6 @@ Check that at least the following are in your `$PATH`:
*
`bash`
*
\[
`vivado_hls`
\]
Install sbt
-----------
Installing multiple versions of Java, Scala and tools like sbt can be a hassle.
[
SDKman!
](
http://sdkman.io/
)
simplifies the process by managing the
installations without root requirements. To install sbt, simply
```
curl -s "https://get.sdkman.io" | bash
```
Then, run in a new terminal:
```
sdk install sbt
```
Try if this worked, via
```
sbt version
```
If
`sbt`
was successfully installed, it will return its version number.
Basic Setup
-------------------
1.
Open a terminal in the main directory of the repository and source the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment