YiDeveloper / Yi

2 stars 5 forks source link

Unix source code file missing #1

Open DArKer08 opened 6 years ago

DArKer08 commented 6 years ago

Unable to build for a linux : g++: error: /home/user/Yi-1.2.1.7_unix/src/leveldb/libleveldb.a: No such file or directory g++: error: /home/user/Yi-1.2.1.7_unix/src/leveldb/libmemenv.a: No such file or directory

I can't locate the files on directory.

YiDeveloper commented 6 years ago

cd ./src/leveldb chmod +x build_detect_platform make libleveldb.a libmemenv.a

DArKer08 commented 6 years ago

good news you 're back.