mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
change clang++
into clang
This commit is contained in:
parent
9a17085b87
commit
3478ddeeb0
@ -61,7 +61,7 @@ To compile it with your project, these flags must be set:
|
|||||||
For development build on Linux, use this snippet.
|
For development build on Linux, use this snippet.
|
||||||
```bash
|
```bash
|
||||||
# prerequisites
|
# prerequisites
|
||||||
sudo apt-get install libc++-dev libc++abi-dev clang++
|
sudo apt-get install libc++-dev libc++abi-dev clang
|
||||||
# build the repo
|
# build the repo
|
||||||
bash build.sh
|
bash build.sh
|
||||||
# unittest
|
# unittest
|
||||||
|
2
build.sh
2
build.sh
@ -10,7 +10,7 @@ fi
|
|||||||
# Check if clang++ is installed
|
# Check if clang++ is installed
|
||||||
if ! type -P clang++ >/dev/null 2>&1; then
|
if ! type -P clang++ >/dev/null 2>&1; then
|
||||||
echo "clang++ is required and not installed. Kindly install it."
|
echo "clang++ is required and not installed. Kindly install it."
|
||||||
echo "Run: sudo apt-get install libc++-dev libc++abi-dev clang++"
|
echo "Run: sudo apt-get install libc++-dev libc++abi-dev clang"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user