Skip to content

Creating a new EALib project

Dave Knoester edited this page Jul 22, 2014 · 1 revision

At the moment, the easiest way to create a new EALib project is to clone the template project into a directory alongside EALib. For example:

% git clone https://github.com/dknoester/ealib.git ealib
% git clone https://github.com/dknoester/ealib-project.git <your project name>
Clone this wiki locally