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 target_link_libraries(vmprofiler-cli PRIVATE
cli-parser cli-parser
xtils
vmprofiler vmprofiler
linux-pe linux-pe
) )

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

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

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