Commit 3b7cde1 1 parent 95698e0 commit 3b7cde1 Copy full SHA for 3b7cde1
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Assumptions
17
17
- OpenWrt brcm47xx
18
18
19
19
20
- - Build primarily 32 -bit, not 64 -bit
20
+ - Build primarily 64 -bit, not 32 -bit
21
21
- Unix command-line build tools available for each platform
22
22
- Shared mounted checkout of github.com/todbot/ blink1 repo,
23
23
or at least same revision checkout
@@ -27,19 +27,21 @@ General Process
27
27
28
28
1 . ` cd blink1-tool `
29
29
2 . git tag release w/ ` git tag -a v2.0.2 -m 'some update msg' && git push --tags `
30
- 2 . Build code with ` make clean && make `
31
- 3 . Package up zipfile with ` make package `
32
- 4 . Copy zip package to and test on separate test systems
33
- 5 . Publish zip package to github release
34
- 6 . Adjust links on http://blink1.thingm.com/downloads
30
+ 3 . Build code with ` make clean && make `
31
+ 3a. Don't forget about ` make blink1control-tool ` & ` make blink1-tiny-server `
32
+ 4 . Package up zipfiles with ` make package-all `
33
+ 5 . Copy zip packages to and test on separate test systems
34
+ 6 . Publish zip packages to github release
35
35
36
36
37
37
Example
38
38
-------
39
39
```
40
40
% cd blink1-tool
41
- % make clean && make
42
- % make package
41
+ % make clean
42
+ % make
43
+ % make blink1control-tool && make blink1-tiny-server
44
+ % make package-all
43
45
```
44
46
45
47
Platform Specifics (for Tod mostly)
You can’t perform that action at this time.
0 commit comments