We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Необходимые пакеты: databases/sqlite3 (для db_cxx.h) devel/boost-jam devel/boost-libs
#diff makefile.bsd makefile.unix 10,13d9 < CXX = clang++ < CXXFLAGS = -O2 < NEEDED_CXXFLAGS = -std=c++11 -D_GLIBCXX_USE_NANOSLEEP=1 < 19c15 < LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH) /usr/local/lib /usr/local/lib/db5) --- > LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH)) 55a52 > -l dl \ 99c96 < $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) -I/usr/local/include -I/usr/local/include/db5 --- > $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
cd src и gmake -f makefile.bsd
Проверено под FreeBSD 11.1-STABLE #0 r324209: Tue Oct 3 23:09:17 EEST 2017
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Необходимые пакеты:
databases/sqlite3 (для db_cxx.h) devel/boost-jam devel/boost-libs
cd src
и
gmake -f makefile.bsd
Проверено под FreeBSD 11.1-STABLE #0 r324209: Tue Oct 3 23:09:17 EEST 2017
The text was updated successfully, but these errors were encountered: