← Back to team overview

coapp-developers team mailing list archive

Building CoApp from the command line

 

Mateusz,

I've finished up the required work to build CoApp from the command line using pTk.

You should be able to do a clean checkout:


git clone --recursive git@xxxxxxxxxx:coapp/coapp.git

And then build from a SDK command prompt (Actually, you *should* be able to build from *any* command prompt)


cd coapp

tools\ext\ptk build release

(or)

tools\ext\ptk build debug



And PTK should build the binaries for you.

I'm still getting around to putting the instructions together for being able to digitally sign it yourself with a self-generated certificate, but at least this should get you binaries from scratch, without visual studio professional+ :)

G

Follow ups