|
|
@ -15,6 +15,7 @@ Notice: git submodules are used so make sure to clone this repository recursivel |
|
|
|
* boost filesystem |
|
|
|
* boost filesystem |
|
|
|
* boost program-options |
|
|
|
* boost program-options |
|
|
|
* libssl |
|
|
|
* libssl |
|
|
|
|
|
|
|
* zlib1g |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
```bash |
|
|
|
|
|
|
|
|
|
|
@ -24,7 +25,8 @@ depend="libboost-chrono-dev \ |
|
|
|
libboost-program-options-dev \ |
|
|
|
libboost-program-options-dev \ |
|
|
|
libboost-system-dev \ |
|
|
|
libboost-system-dev \ |
|
|
|
libboost-thread-dev \ |
|
|
|
libboost-thread-dev \ |
|
|
|
libssl-dev" |
|
|
|
libssl-dev \ |
|
|
|
|
|
|
|
zlib1g-dev" |
|
|
|
kernel=`uname -a` |
|
|
|
kernel=`uname -a` |
|
|
|
|
|
|
|
|
|
|
|
case "$kernel" in |
|
|
|
case "$kernel" in |
|
|
|