Home >Source Code> Building with an IDE

Quick Nav

See Also

Building with an IDE

GoAhead provides Visual Studio and Xcode projects. These projects are provide easy access to debug GoAhead using the native system debugger. The projects are somewhat limited in their configurability.

Building with Visual Studio on Windows

To build GoAhead with the Visual Studio project, run Visual Studio 2010 or later (The Express editions are fine to use). Then open the projects/goahead-windows.sln solution project. Select Build Solution to build. Select GoAhead as the start up project to debug.

Building with Xcode on MAC OS X

To build GoAhead with the Xcode on Mac OSX, run Xcode and open the projects/goahead-macosx.xcodeproj project. Then select Product->Build to build. To debug, you will need to create use Product->Edit Scheme to set the executable to run under the Info tab, and define the working directory under the Options tab. Set the working directory to the "test" directory of the source tree.

© Embedthis Software LLC, 2003-2013. All rights reserved. Embedthis and Embedthis GoAhead are trademarks of Embedthis Software LLC.