/elykseer-cpp

eLyKseeR basis in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

eLyKseeR

eLyKseeR

cryptographic data archive; written in C++; an elixir to stay forever

read more

Compilation of project with submodules and verification by unit tests

building

  1. code extraction and compilation (in directory build)

$ cd build

$ cmake .

$ make

  1. testing (in directory build)

$ ./ut.sh

cross compilation

cd build
cmake --fresh -DCMAKE_TOOLCHAIN_FILE=Toolchain_Darwin_to_Windows.cmake --install-prefix=$(pwd)/../dist -DCMAKE_BUILD_TYPE=Release .
make && make install/strip

copyright

Copyright 2018-2023 by Alexander Diemand

license

This work is licensed under the GNU General Public License v3