1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Now builds and runs on linux (but won't compile or upload programs); see notes in make.sh for setting up environment.

This commit is contained in:
David A. Mellis
2005-09-21 20:34:06 +00:00
parent b966e73e02
commit ae6b490b5e
10 changed files with 108 additions and 128 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
cd work && ./processing && cd ..
cd work && ./arduino && cd ..