2021-03-17 21:02:39 +01:00
2021-03-17 19:38:25 +01:00
2021-03-17 21:40:39 +01:00
2020-07-20 17:29:24 +02:00
2021-03-17 21:02:39 +01:00
2021-03-17 20:36:22 +01:00
2021-03-17 21:39:09 +01:00
2021-03-17 20:36:22 +01:00
2021-03-17 20:58:41 +01:00
2021-03-17 20:36:22 +01:00
2021-03-17 20:36:22 +01:00

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


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


# 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 ..

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

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%