Reputation: 4343
I want to use this library https://github.com/koush/ion in my project.But I don't understand how can I install it.I am using Windows 8 and Eclipse.How can I install ?
Upvotes: 0
Views: 58
Reputation: 2962
You are probably better off downloading the jars vs the source.
https://github.com/koush/ion#get-ion
Download those two and place them in the "libs" directory of your project. If that directory does not exist, create it. From with your Eclipse project preferences, you can add those jars as dependencies.
Upvotes: 0
Reputation: 21561
Download that project and put it in workspace of eclipse and import it from work space to eclipse and make it as library project and add it to your project.
Steps to import:
Steps to add it as library to your project:
Now you can use it
Upvotes: 1
Reputation: 274
You must perform the following steps:
I hope that helps!
Upvotes: 1