ctci
ctci copied to clipboard
Compilation in eclipse
Earlier when it was in svn i was able to import and run the full project. I do not know how to import frim github and then run it properly can you please any walkthrough or tutorial on how to do this ?
Try these:
The source code is hosted at https://github.com/gaylemcd/ctci
To Set Up Git / GitHub
Follow instructions here: https://help.github.com/articles/set-up-git
To Add Project to Eclipse
- Open Eclipse
- Go to File > New > Java Project
- Unselect "Use default location" and then browse to the location of the source code on your computer
- Click OK