-
Notifications
You must be signed in to change notification settings - Fork 5
Building from source
Vincent edited this page Sep 29, 2021
·
1 revision
The following dependencies are required to build:
- make
- maven
- pnpm
git clone https://github.com/vinceh121/gmcserver
cd gmcserver
make
sudo make install
This will build all components of GMCServer (backend, frontend, emails), if you need to only build one specific component, cd to its folder (gmcserver-server, gmcserver-web, gmcserver-email) and run make in it.