mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +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)
|
||||
set(DROGON_CONFIG "\"" + ${DROGON_CONFIG_LOC} + "\"")
|
||||
else()
|
||||
set(DROGON_CONFIG "\"config.json\"")
|
||||
set(DROGON_CONFIG "\"../config/config.json\"")
|
||||
endif()
|
||||
|
||||
if(DEFINED MAX_LOG_SIZE)
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse
|
|||
cd ../..
|
||||
mkdir build
|
||||
cd build
|
||||
cp ../config/config.json config.json
|
||||
```
|
||||
|
||||
### CMake Flags
|
||||
|
|
@ -92,7 +91,7 @@ lastly type in
|
|||
```
|
||||
cmake <flags of your choice or none> ..
|
||||
make -j<threads>
|
||||
./bank
|
||||
sudo ./bank
|
||||
```
|
||||
|
||||
## Certs
|
||||
|
|
|
|||
Loading…
Reference in a new issue