From 77f72bcf5480d2f95775bc44c6885167c02fafe0 Mon Sep 17 00:00:00 2001 From: xerox Date: Fri, 3 Dec 2021 14:11:12 -0800 Subject: [PATCH 1/3] fixed xtil dep shit... --- dependencies/vmprofiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/vmprofiler b/dependencies/vmprofiler index 8779ab1..bf2d6ac 160000 --- a/dependencies/vmprofiler +++ b/dependencies/vmprofiler @@ -1 +1 @@ -Subproject commit 8779ab1160b541cc8e0d4862aee66d075bfb2362 +Subproject commit bf2d6acba03a81e07371fc169d26744992455571 From 2ebb12000e0aa40d123e9eb8ca65439de5dbaee9 Mon Sep 17 00:00:00 2001 From: xerox Date: Fri, 3 Dec 2021 14:16:12 -0800 Subject: [PATCH 2/3] updated this shit again --- dependencies/vmprofiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/vmprofiler b/dependencies/vmprofiler index bf2d6ac..d3eb282 160000 --- a/dependencies/vmprofiler +++ b/dependencies/vmprofiler @@ -1 +1 @@ -Subproject commit bf2d6acba03a81e07371fc169d26744992455571 +Subproject commit d3eb282a5b902485a3e4dccf41ecb8d8e8fe4024 From 9370024478bf157e2ee77d1897baf349105456d9 Mon Sep 17 00:00:00 2001 From: xerox Date: Fri, 3 Dec 2021 14:30:00 -0800 Subject: [PATCH 3/3] updated build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b933e8..51308eb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ sudo apt install clang-10 libstdc++-10-dev cmake ``` git clone --recursive https://githacks.org/vmp2/vmemu.git && cd vmemu + +export CC=/usr/bin/clang-10 +export CXX=/usr/bin/clang++-10 + cmake -B build && cd build make ```