998 B
998 B
Contributing
-
Fork the project.
-
Navigate to .docker/README.md for further information.
-
Edit files in your branch.
-
Submit a pull request explaining the improvements.
Server build dependencies
If you want to compile Golang code locally, you must install additional dependencies in order for it to compile.
apt-get install -y --no-install-recommends libx11-dev libxrandr-dev libxtst-dev libgstreamer1.0-dev
Libclipboard files can be retrieved from neko_dev_server
container:
mkdir -p /usr/local/lib/pkgconfig/ /usr/local/include/
docker cp neko_dev_server:/usr/local/lib/libclipboard.a /usr/local/lib/
docker cp neko_dev_server:/usr/local/lib/pkgconfig/libclipboard.pc /usr/local/lib/pkgconfig/
docker cp neko_dev_server:/usr/local/include/libclipboard-config.h /usr/local/include/
docker cp neko_dev_server:/usr/local/include/libclipboard.h /usr/local/include/