mirror of
https://github.com/antos-rde/antos.git
synced 2024-12-26 13:38:23 +01:00
antd | ||
antos-backend@32bd62ae86 | ||
antos-frontend@8137928851 | ||
config | ||
docker | ||
scripts | ||
.gitignore | ||
.gitmodules | ||
antos-64.png | ||
antos-64x64.png | ||
antos-shot.png | ||
LICENSE | ||
Makefile | ||
README.md |
AntOS
Dependencies
Build dependencies
build-essential \
make \
libsqlite3-dev \
cmake \
zlib1g-dev \
libreadline-dev \
libssl-dev \
autotools-dev \
autoconf \
libtool \
automake \
libffi-dev \
ca-certificates \
unzip \
libjpeg-turbo8-dev \
libvncserver-dev \
lua5.3 \
nodejs npm \
git wget curl
Optional for appImage
wget libfuse2 fuse3
Runtime dependencies
libssl libsqlite3 zlib1g libreadline libvncclient1 libjpeg-turbo8
Build
git submodule update --init
make
# build docker (WIP)
make docker