2020-10-07 12:39:55 +02:00
fix
2020-10-06 11:51:31 +02:00
2020-08-25 18:02:08 +02:00
2020-10-06 17:02:21 +02:00
2020-07-20 17:29:24 +02:00
2020-10-07 12:39:55 +02:00
2020-10-06 15:44:11 +02:00
2020-10-06 12:03:25 +02:00

# get dependencies
git submodule update --init --recursive


cd dependencies/mariadb-connector-c
mkdir build 
cd build
cmake -DWITH_SSL=OFF ..
cd ../../../


cd dependencies/grpc
mkdir build 
cd build 
cmake ..
make 
# under windows build at least release for protoc.exe and grpc c++ plugin
cd ../../../
./unix_parse_proto.sh

# get more dependencies with conan (need conan from https://conan.io/)
mkdir build && cd build
# // not used anymore
# conan remote add inexor https://api.bintray.com/conan/inexorgame/inexor-conan
# not needed, but bincrafter
# conan install .. -s build_type=Debug
conan install ..

# build Makefile with cmake
cmake ..

Description
Gradido as Software
Readme Apache-2.0 96 MiB
Languages
TypeScript 48.5%
Vue 24.6%
JavaScript 23.2%
Dockerfile 1.3%
Shell 1.1%
Other 1.3%