Building Appweb from Source
Appweb releases are available as source code distributions. Several build environments are supported:
- Linux — Linux 3 with GNU C/C++ or later
- Windows — Microsoft Windows 7 with Visual Studio 2017 or later
- Mac OS X — Mac OS X 10.11 (Yosemite) or later
The source code has been designed to run on FreeBSD, Linux, Mac OS X, and other operating systems. It has been tested under Fedora and Ubuntu Linux based on the Linux 3 Kernel and MAC OS X.
Accessing the Source Code
With each Appweb release, a complete source code snapshot is provided. You can download a source package from the EmbedThis Builder site.
Download SourceBuilding Appweb from Source
The Appweb source distribution contains all the required source files, headers, and test framework to reconfigure, build, and verify Appweb. The software supports three methods for building from source.
Building via make is the simplest way to build. Use make if you want a default build or if you need to integrate Appweb with an existing make-based build system.
Build with MakeMe on Linux or MacOS if you want to customize or configure the software for your system, or if you need to cross-compile for another operating system or architecture.
Use the Visual Studio or Xcode if you are most comfortable with these tools and want a default build.
Building
We use the MakeMe tool internally to generate the Appweb Makefiles, MakeMe and IDE projects. This cool tool generates clean, efficient makefiles and projects. The MakeMe project documents how to use these generated Makefiles and projects as they are the same for all projects that use MakeMe. For full details, read on, courtesy of MakeMe: