在Ubuntu上安装vscode
sudo apt install unity
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake ide visual-studio-code
最后一步时,要确认安装路径(按Enter)还有同意安装(按a)
参考文章 : https://blog.csdn.net/Among12345/article/details/81874117
给 vscode 装C/C++插件
打开vscode 菜单 view -》extension
搜索C/C++
点击 install 安装
下载,编译 leveldb 源码
下载地址 : https://github.com/google/leveldb/archive/v1.19.zip
下载好 解压后
编辑文件夹中的 makefile 文件
将 OPT ?= -O2 -DNDEBUG 改为 O