Skip to content

Commit

Permalink
update makingreleases doc
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Nov 23, 2023
1 parent 2980218 commit 07d8ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README-MakingReleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ Assumptions
------------

- Target platforms are primarily:
- Mac OS X 10.8+
- Windows XP+
- Linux 32-bit - Ubuntu 14
- Mac OS X 11+
- Windows 7+
- Linux 32-bit - Ubuntu 20
- Raspberry Pi
- Arduino Yun / OpenWrt ar71xx
- OpenWrt brcm47xx


- Build primarily 64-bit, not 32-bit
- Unix command-line build tools available for each platform
- Shared mounted checkout of github.com/todbot/ blink1 repo,
Expand All @@ -30,6 +29,7 @@ General Process
3. Build code with `make clean && make`
3a. Don't forget about `make blink1control-tool` & `make blink1-tiny-server`
3b. Verify no extra shared libs in MacOS build: `otool -L blink1-tool blink1control-tool/blink1control-tool`
3c. Verify no MSYS shared libs in Windows build: `ldd blink1-tool`
4. Package up zipfiles with `make package-all`
5. Copy zip packages to and test on separate test systems
6. Publish zip packages to github release
Expand Down

0 comments on commit 07d8ee1

Please sign in to comment.