mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
changed default config.json location
This commit is contained in:
parent
279481532e
commit
e536bb94fb
2 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ endif()
|
||||||
if(DEFINED DROGON_CONFIG_LOC)
|
if(DEFINED DROGON_CONFIG_LOC)
|
||||||
set(DROGON_CONFIG "\"" + ${DROGON_CONFIG_LOC} + "\"")
|
set(DROGON_CONFIG "\"" + ${DROGON_CONFIG_LOC} + "\"")
|
||||||
else()
|
else()
|
||||||
set(DROGON_CONFIG "\"config.json\"")
|
set(DROGON_CONFIG "\"../config/config.json\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DEFINED MAX_LOG_SIZE)
|
if(DEFINED MAX_LOG_SIZE)
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@ AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse
|
||||||
cd ../..
|
cd ../..
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cp ../config/config.json config.json
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### CMake Flags
|
### CMake Flags
|
||||||
|
|
@ -92,7 +91,7 @@ lastly type in
|
||||||
```
|
```
|
||||||
cmake <flags of your choice or none> ..
|
cmake <flags of your choice or none> ..
|
||||||
make -j<threads>
|
make -j<threads>
|
||||||
./bank
|
sudo ./bank
|
||||||
```
|
```
|
||||||
|
|
||||||
## Certs
|
## Certs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue