Skip to content

Commit 412a804

Browse files
committed
update manual installation instructions for new repository dir structure
1 parent c89f593 commit 412a804

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- using busybox as command shell for windows to run the wrapper scripts
1515
- move the SPL compilation scripts into a separate project spl-splitter
1616
- update SPL files to v2.3.0 (add support for STM8S001)
17+
- flatten the repository structure
1718

1819
### Fixed
20+
- make sure main.c is pulled in for IDE builds as well
1921
- building the core library when using make (regression bug in 0.4.0)
2022

2123

docs/usage/manual-install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ For all systems start with this:
2424

2525
#### Sduino core
2626

27-
Link the hardware/sduino folder of the downloaded repository to your local
28-
Arduino hardware folder (usually in `~/sketchbook` or `~/Arduino`). Create
29-
the hardware folder, if not already present:
27+
Link the sduino folder of the downloaded repository to your local Arduino
28+
hardware folder (usually in `~/sketchbook` or `~/Arduino`). Create the
29+
hardware folder, if not already present:
3030

31-
```text
31+
```bash
3232
cd ~/Arduino
3333
mkdir hardware # only if not already present
34-
ln -s [the-extracted-repository]/sduino/hardware/sduino hardware
34+
ln -s [the-extracted-repository]/sduino hardware
3535
```
3636

3737
#### SDCC
@@ -70,7 +70,7 @@ repository for any Linux distribution. Example for Debian-type systems (like
7070
Ubuntu, Mint, Elementary etc.):
7171

7272
```bash
73-
sudo apt-get install make libusb-1.0-0
73+
sudo apt install make libusb-1.0-0
7474
```
7575

7676
Finally, add a udev rule in order to access the USB port for your flash

sduino/tools/win/busybox.exe

100644100755
File mode changed.

0 commit comments

Comments
 (0)