Download Mako Server for Microsoft Windows
|
The Mako Server for Windows enables developers to quickly test the server on a familiar operating system while providing a fast and easy-to-use application server.
- Download Mako Server for Windows (mako.windows.zip)
- Unzip the ZIP file in a new directory
- Read the getting started guide
- Start the tutorial by running MAKO-TUTORIAL.cmd
See the reference manual, section command line, for how to start the server as a Windows Service.
|
Note: If you cannot download the ZIP file, run mako.exe, or if you prefer to build the source code, do as follows:
- Run the following commands:
git clone https://github.com/RealTimeLogic/BAS.git
git clone https://github.com/RealTimeLogic/BAS-Resources.git
cd BAS-Resources\build
mako.cmd
copy mako.zip ..\..\BAS\examples\MakoServer\
- Download SQLite amalgation and copy sqlite3.c and sqlite3.h to BAS\src\
- Open BAS\examples\MakoServer\VcMake\mako.sln using Visual Studio and build the project
- The two Mako files, mako.zip and mako.exe should now be in BAS\examples\MakoServer