wget https://codeload.github.com/sqlcipher/sqlcipher/zip/v3.4.2
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2" LDFLAGS="-lcrypto"
make
sudo make install
sudo ldconfig

 

1 sudo apt install unzip
2 sudo apt install openssl
3 sudo apt install libssl-dev
4 sudo apt install libtool
5 sudo apt install tclsh
6 sudo apt install make

 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

source .bashrc

nvm install 8.12.0

g++

python

安装nvm和node 8.12.0

安装yarn

配置编译sqlcipher

配置编译node-sqlite3

 

相关文章:

  • 2021-09-14
  • 2022-01-01
  • 2021-06-07
  • 2021-08-28
  • 2021-08-13
  • 2021-11-17
  • 2021-12-26
  • 2022-12-23
猜你喜欢
  • 2021-06-23
  • 2021-12-31
  • 2021-05-21
  • 2021-10-15
  • 2022-01-09
  • 2021-08-26
  • 2021-10-19
相关资源
相似解决方案