Skip to content

Files

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build it

Prerequisites

Windows

Linux

libgtk-3-dev
libwxgtk3.0-dev

Build

Windows

  • First build the the resource.rc:
  windres resource.rc resource.o -I$(WXWIN)\include
  • Build the CMakeLists.txt
  cmake -G"MinGW Makefiles" -B./cmake . 
  • Run make in the cmake directory
  • Run the install.bat script
  • The built binaries are located in build/bin

Linux

  • Build the CMakeLists.txt
  cmake -B./cmake .
  • Run make in the cmake directory
  • Run the install.sh script
  • The binary executable is located in cmake/bin and it's also installed in the system.