Building with an IDE

This document describes the process to build the software from source using an IDE project. First make sure you have read the Building Overview to prepare your build environment.

MakeMe can generate Visual Studio and Xcode projects that provide easy access for building and debugging. The generated IDE projects will build the software in a default setting and are somewhat limited in their configurability.

Building with Visual Studio on Windows

To build a Visual Studio project, run Visual Studio 2013 or later. Then open the relevant projects/NAME-windows.sln solution project. Select Build Solution to build. You may need to upgrade the projects in later Visual Studio releases. Don't forget to set the right exectuable as the startup project before running the application.

Building with Xcode on MAC OS X

To build with the Xcode on Mac OSX, run Xcode 6.4 or later and open the projects/NAME-macosx.xcodeproj project. Then select the Product -> Build menu option to build the software. 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.

© Embedthis Software. All rights reserved.