Browse Source

command line for building the solution

pq
Henry Case 5 years ago
parent
commit
2a095ab12d
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      build_cmd.sh

+ 10
- 0
build_cmd.sh View File

@@ -0,0 +1,10 @@
BSSL_CPPFLAGS="-I/home/hdc/repos/cloudflare/boringssl/include"
BSSL_LDFLAGS="-L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/crypto -L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/ssl"

#autoreconf -i
mkdir -p build
cd build
echo "LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure"
LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure
cd build && make


Loading…
Cancel
Save