Go to file
2024-03-09 21:38:11 +01:00
antd feat: add building system based on make 2024-03-09 21:38:11 +01:00
antos-backend@32bd62ae86 feat: add building system based on make 2024-03-09 21:38:11 +01:00
antos-frontend@8137928851 feat: add building system based on make 2024-03-09 21:38:11 +01:00
config feat: add building system based on make 2024-03-09 21:38:11 +01:00
docker feat: add building system based on make 2024-03-09 21:38:11 +01:00
scripts feat: add building system based on make 2024-03-09 21:38:11 +01:00
.gitignore feat: add building system based on make 2024-03-09 21:38:11 +01:00
.gitmodules feat: add all project source dependencies 2024-03-09 13:47:13 +01:00
antos-64.png feat: add logo 2024-03-09 13:58:39 +01:00
antos-64x64.png feat: add logo 2024-03-09 13:58:39 +01:00
antos-shot.png feat: upload screenshot 2024-03-09 14:01:52 +01:00
LICENSE Initial commit 2024-03-09 12:40:17 +01:00
Makefile feat: add building system based on make 2024-03-09 21:38:11 +01:00
README.md feat: add building system based on make 2024-03-09 21:38:11 +01:00

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