View Single Post
  #5   Spotlight this post!  
Unread 27-02-2016, 13:37
simon-andrews's Avatar
simon-andrews simon-andrews is offline
Registered User
FRC #4761 (Robockets)
Team Role: Programmer
 
Join Date: Feb 2015
Rookie Year: 2015
Location: Reading, MA
Posts: 16
simon-andrews is an unknown quantity at this point
Re: NetworkTables rPi

As Thad said, you can compile directly on the Raspberry Pi. CMake is definitely the easier option.

Should be something like:
Code:
cd ntcore
cmake .
make
sudo make install
Then when you compile you would add the "-lntcore" flag to G++.

I remember Java giving some trouble with compiling. If it does run "cmake . -DWITHOUT_JAVA=true" instead.
__________________

GitHub | StackOverflow

Last edited by simon-andrews : 27-02-2016 at 13:42.