Commit 84eeb5e0 authored by Alexey Golubev's avatar Alexey Golubev

Added script to build cryptopp project

parent d07f501a
#!/bin/bash
echo "build: OK!"
BUILD_DIR=project/cryptopp.build
mkdir -p $BUILD_DIR
cd $BUILD_DIR
qmake ../cryptopp.pro
make && echo "build: OK!"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment