Commit a4f0a66c authored by Mikhail Karpenko's avatar Mikhail Karpenko

Add build script

parent 77a40b4e
#### doxverilog ####
The is a clone of doxverilog repository tested on Elphel projects. It will be kept in sync with the original repository on Bitbucket:
This is a clone of doxverilog repository tested on Elphel projects. It will be kept in sync with the original repository on Bitbucket:
[https://bitbucket.org/maddoxx/doxverilog.git](https://bitbucket.org/maddoxx/doxverilog.git)
Start *build.sh* to compile doxverilog.
#!/bin/bash
if [ ! -z $(which cmake) ]; then
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
else
echo "cmake is not found, can not start compilation"
fi
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