FFFF
Skip to content

Releases: idpass/idpass-lite

v0.0.2

Choose a tag to compare

@typelogic typelogic released this 16 Dec 09:07

Updated protobuf fields.

v0.0.1

Choose a tag to compare

@typelogic typelogic released this 25 Sep 08:36

Reference codebase tag for Florence laser engraved QR code ID cards

Old build scripts

Old build scripts Pre-release
Pre-release

Choose a tag to compare

@typelogic typelogic released this 16 Dec 07:51
4b62026

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.

0