Skip to content
tyler123durden edited this page Feb 1, 2013 · 3 revisions

Check out repository, set up eclipse and build

  1. Fetch Eclipse for C/C++ decelopment
  2. If you want to do active development, it would be nice to share your project also on github, to do so just fork the repository. Then you can check out your forked repository and develop whatever you want. If you think this could be interesting for the main branch, just do a pull request so the features can be integrated back into the main branch. The nice thing is you get a backup of your code on github for free and can access your files from everywhere.
  3. Set up GIT on your computer or use egit eclipse plugin In eclipse Help->Install new software
  4. Import the project in eclipse If you use egit just do File->Import->Git->Projects->From Uri or local, if you checked out the repository already. There is also an eclipse project named rtklib -> import it.

Now you can build the software modules in the app folder, therefore move to the folder app/x/gcc and there you can select build all (right click on the app folder eg. rtkrcv->Make targets->Build... the select all and enjoy building. These target uses the built in gcc for your working operating system.

Clone this wiki locally