updated deps, fixed build instructions

master
xerox 2 years ago
parent c2e3cce628
commit f2368c6cba

@ -64,7 +64,6 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${vmprofiler-cli_SOURCES})
target_link_libraries(vmprofiler-cli PRIVATE
cli-parser
xtils
vmprofiler
linux-pe
)

@ -30,7 +30,7 @@ Now you can open `vmprofiler-cli.sln`, select "Release" and "x64" on the top of
### Requirements
* C++ 2020 STL (libstdc++-10-dev)
* Clang 10 or GCC 9.X
* Clang 10
* CMake 3.X
```
@ -42,6 +42,10 @@ sudo apt install clang-10 libstdc++-10-dev cmake
```
git clone --recursive https://githacks.org/vmp2/vmprofiler-cli.git
cd vmprofiler-cli
export CC=/usr/bin/clang-10
export CXX=/usr/bin/clang++-10
cmake -B build && cd build
make
```

@ -12,7 +12,6 @@ sources = [
link-libraries = [
"cli-parser",
"xtils",
"vmprofiler",
"linux-pe"
]
]

@ -1 +1 @@
Subproject commit 05748c67bec777672a69462178625dffc7d5eb56
Subproject commit bf2d6acba03a81e07371fc169d26744992455571
Loading…
Cancel
Save