mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
updates README.md, FW, some names and does some cleanup
This commit is contained in:
@@ -9,10 +9,10 @@ tasks:
|
||||
python3 -m venv /workspace/venv
|
||||
python3 -m pip install --upgrade pip
|
||||
source /workspace/venv/bin/activate
|
||||
pip install 'conan<2.0'
|
||||
pip install conan
|
||||
command: |
|
||||
source /workspace/venv/bin/activate
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||
cmake -B build --preset=Release -DBUILD_SHARED_LIBS=ON
|
||||
cmake --build build
|
||||
vscode:
|
||||
extensions:
|
||||
|
||||
Reference in New Issue
Block a user