/OnlyOfficeBuildScript

Script to build OnlyOffice Document Server from sources

Primary LanguagePython

Build onlyoffice from sources

Makefile to build onlyoffice from sources, it uses a docker image (ubuntu:14.04) and official build tools

# Setup environement repos
make setup_repo
# Prepare docker image
make build
# Compile sources
make compile