diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,10 +15,14 @@ are only supported on linux: |-|:-:|:-:| |robot code compilation (avr)|yes|yes| |robot exec upload|yes|yes| -|client code compilation|yes|yes| +|client code compilation| |yes| |robot code simulation (x86)| |yes| |use client with robot sim| |yes| +the client only compiles and runs on linux due to time constraints. because +package names vary from distribution to distribution, no scripts are included +to install the necessary build tools for linux. + ## toolchain installation on windows > look in the scripts/ subdirectory if you're concerned about what these |