Skip to content

Releases: idpass/idpass-lite

v0.0.2

16 Dec 09:07
Compare
Choose a tag to compare

Updated protobuf fields.

v0.0.1

25 Sep 08:36
Compare
Choose a tag to compare

Reference codebase tag for Florence laser engraved QR code ID cards

Old build scripts

16 Dec 07:51
4b62026
Compare
Choose a tag to compare
Old build scripts Pre-release
Pre-release

A snapshot of the original build scripts that builds the dependencies under scripts folder. To rebuild dependencies to the build machine's platform:

export project=`pwd`
export build=`pwd`/build
export dependencies=`pwd`/dependencies

rm -rf dependencies/
cp -a /repo/dependencies/ .
rm -rf dependencies/build/
cp scripts/build.dependencies.sh scripts/build.dependencies.mac.sh
vi scripts/build.dependencies.mac.sh
scripts/build.dependencies.sh 

We rm -rf dependencies because github tag does not include in the zip the source content of submodules, so we need to copy all of of this from repository. The above steps shall result in dependencies/build/ folder populated with include and lib folder for C/C++ applications to link against.