mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added vscode config.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,7 +5,6 @@
|
||||
.DS_Store
|
||||
build
|
||||
hpcore.dir
|
||||
.vscode
|
||||
**/Makefile
|
||||
**/CMakeCache.txt
|
||||
**/cmake_install.cmake
|
||||
|
||||
16
.vscode/c_cpp_properties.json
vendored
Normal file
16
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
@@ -15,7 +15,7 @@ A C++ version of hotpocket designed for production envrionments, original protot
|
||||
* Boost Stacktrace - https://www.boost.org
|
||||
|
||||
## Setting up Hot Pocket development environment
|
||||
Run the setup script located at the repo root (tested on Ubuntu 18.04).
|
||||
Run the setup script located at the repo root (tested on Ubuntu 20.04).
|
||||
```
|
||||
./dev-setup.sh
|
||||
```
|
||||
|
||||
@@ -96,7 +96,7 @@ sudo apt-get install -y jq
|
||||
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
# ncc build utility for nodejs compiled builds.
|
||||
npm i -g @vercel/ncc
|
||||
sudo npm i -g @vercel/ncc
|
||||
|
||||
# Update linker library cache.
|
||||
sudo ldconfig
|
||||
|
||||
Reference in New Issue
Block a user