This shows you the differences between two versions of the page.
| — |
tutorials:cb1:development:c_cpp_programming_on_cubieboard [2013/12/23 14:50] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====Install toolchains==== | ||
| + | After login to cubieboard lubuntu os, run the following commands | ||
| + | <code> | ||
| + | $sudo apt-get install build-essential | ||
| + | </code> | ||
| + | Then, we have c/c++ compiler now, and we can write, debug c/c++ program on cubieboard | ||