You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,21 @@ TeamFlash is a super simple tool for connecting TeamCity to a Delcom USB build l
4
4
5
5
It's tested with the [Delcom 904003](http://www.delcomproducts.com/productdetails.asp?productnum=904003) and [Delcom 804003](http://www.delcomproducts.com/productdetails.asp?productnum=804003) (old generation).
6
6
7
+
And now you can run it on your [Raspberry Pi](http://raspberrypi.org) with Raspbian "wheezy"!
8
+
7
9
## Installing
8
10
11
+
### On Windows
9
12
1. Grab [the compiled bits, hot off our build server](https://tc.readifycloud.com/viewLog.html?buildTypeId=bt10&buildId=lastSuccessful&tab=artifacts&guest=1)
10
13
2. Run them
11
14
3. There is no installer
12
15
16
+
### On RPi
17
+
1. Install mono and git by running **sudo apt-get install mono-complete git**
18
+
1. Clone [libdelcom](https://github.com/ducas/libdelcom.git) and install it
0 commit comments