Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emilio Corigliano
Skyward Boardcore
Commits
e2355ed0
Commit
e2355ed0
authored
5 years ago
by
Alvise de'Faveri
Browse files
Options
Downloads
Patches
Plain Diff
[README] Update with python3 command
parent
e15e9a58
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
e2355ed0
...
...
@@ -28,13 +28,22 @@ In the main folder you will find **sbs.conf** which is used to configure the bui
### Getting Started
Install Python, Git and Miosix toolchain. Also, openocd and clang-format are recommended for a better experience.
#### Dependencies
*
Python3
*
Git
*
Miosix toolchain
Also, openocd, cppcheck and clang-format are recommended for a better experience.
#### Cloning the repo
Clone this repo with the
`--recursive`
option and build everything.
```
git clone --recursive https://git.skywarder.eu/scs/skyward-boardcore.git
cd skyward-boardcore
python sbs -v
python
3
sbs -v
```
SBS will start building all the entrypoints. Depending on how many entrypoints there are, this operation can take several minutes.
...
...
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