ce923a0103
Libnxt is a library and set of tools for managing Lego Mindstorms NXT firmware via the Unix command line. PR: ports/116398 Submitted by: Jason Bacon <jwbacon@tds.net>
7 lines
277 B
Text
7 lines
277 B
Text
|
|
-------------------------------------------------------------------------
|
|
Using libnxt in your programs will require the following compile options:
|
|
|
|
-I%%PREFIX%%/include/libnxt
|
|
-L%%PREFIX%%/lib -lnxt
|
|
-------------------------------------------------------------------------
|