-
Notifications
You must be signed in to change notification settings - Fork 6
Developer
The recommended method to develop against git is to fork our public repository to your account and develop against that. You can then generate pull requests to ask for changes to be incorporated in to the public release.
- In github.com, you need to have your own account.
- Go to our project in github.com/PARC/ccns3Sim and click on the Fork button. Specify your personal account as the target.
- Follow the [Getting Started walkthrough](Getting Started#complete-walkthrough), and use your personal fork for the git URI.
- Add our repository as the upstream, so you can pull changes (git remote add upstream git@github.com:PARC/ccns3Sim.git).
... FINISH ...
This is a walkthrough on setting up Eclipse from scratch. It assumes you have followed the [Getting Started walkthrough](Getting Started#complete-walkthrough) to download NS3 and clone our code in to the source directory.
You should have a recent Eclipse (we use Mars) along with the C/C++ module.
We create the workspace in the ~/ns3 directory. This is one directory up from where you put your NS3 allinone package.
- Select
File | Importand choose "Existing code as Makefile Project".
... FINISH ...
Copyright (c) 2016, Xerox Corporation (Xerox) and Palo Alto Research Center (PARC). All rights reserved.