gradido/login_server
einhornimmond d33962736d translate german html encoded error messages to english and use gettext for automatic translation
- translate german error messages for password validation into english
- update LOCAL files with the german password validation error messages
- update all calls to pwdValidation, adding LanguageCatalog, create if not exist
- change filename of UpdateUserPasswordPage to UserUpdatePasswordPage to have the same filename as the class name and the cpsp file name
2021-05-18 12:27:07 +02:00
..
2021-05-04 11:16:56 +02:00
2021-05-12 12:54:40 +02:00
2021-05-12 12:54:40 +02:00
2021-05-04 12:20:27 +02:00
2021-05-04 11:16:56 +02:00

sudo apt install libsodium-dev

# 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