mirror of
https://github.com/kunkundi/crossdesk-server.git
synced 2026-03-18 13:07:50 +08:00
0ba48b7ede39d296ccd74dca73a94cf8db44e36c
CrossDesk Server
Server designed for CrossDesk , supporting WSS-encrypted connections and using SQLite3 to store user information.
License: LGPL-3.0 | [Platform: Windows | Linux | macOS]
Requirements:
Build:
git clone https://github.com/kunkundi/crossdesk-server.git
cd crossdesk-server
xmake b crossdesk_server
About Xmake
Build Options
# Switch build mode
xmake f -m debug/release
# Optional build parameters
-r : Rebuild the target
-v : Show detailed build logs
-y : Automatically confirm prompts
# Example
xmake b -vy crossdesk_server
For more information, please refer to the official Xmake documentation .
Build Docker Image
cd docker
sudo docker build -t image-name .
Description
Languages
C++
90.1%
Shell
7.1%
Lua
2.8%