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.

  1. Download Mako Server for Windows (mako.windows.zip)
  2. Unzip the ZIP file in a new directory
  3. Read the getting started guide
  4. 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:

  1. 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\
  2. Download SQLite amalgation and copy sqlite3.c and sqlite3.h to BAS\src\
  3. Open BAS\examples\MakoServer\VcMake\mako.sln using Visual Studio and build the project
  4. The two Mako files, mako.zip and mako.exe should now be in BAS\examples\MakoServer