Skip to content

Getting a PiTUNG binary

Felipe Martínez edited this page Jan 26, 2018 · 4 revisions

Requirements

Getting the code

We are going to use Git to download PiTUNG's code. Open a command prompt and execute the following command:

git clone https://github.com/pipe01/PiTUNG.git

This will have created a folder called "PiTUNG" wherever you executed this command.

Building PiTUNG

Go to the "lib" folder under the previously created "PiTUNG" folder and copy the required files. More info on this can be found in a text file under the "lib" folder.

Go to the "PiTUNG" folder and you will find a file named "PiTung Bootstrap.csproj". Open it with Visual Studio and press compile. If all goes well, you will have successfully built PiTUNG!

Clone this wiki locally