Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the url for scala sbt download. #237

Merged
merged 1 commit into from
Jan 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/SpinalHDL/Getting Started/Install and setup.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _Install:

Install and setup
=================

Check warning on line 4 in source/SpinalHDL/Getting Started/Install and setup.rst

View workflow job for this annotation

GitHub Actions / test

Duplicate explicit target name: "it".

Check warning on line 4 in source/SpinalHDL/Getting Started/Install and setup.rst

View workflow job for this annotation

GitHub Actions / build

Duplicate explicit target name: "it".

Spinal is a Scala library (a programming language using the Java VM) so it
requires setting up a Scala environment; there are many ways to do so.
Expand All @@ -17,7 +17,7 @@
* `Java JDK <https://www.oracle.com/java/technologies/downloads/>`_, a Java
environment
* `Scala 2 <https://www.scala-lang.org/>`_, compiler and library
* `SBT <https://www.scala-sbt.org/download.html>`_, a Scala build tool
* `SBT <https://www.scala-sbt.org/download/>`_, a Scala build tool

These tools enable to use Spinal; but without any other tools, it is limited to
HDL code generation.
Expand Down
Loading