This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -d "~/vcpkg" ]; then | |
echo "installing to home" | |
git clone https://github.com/Microsoft/vcpkg.git ~/vcpkg | |
cd ~/vcpkg | |
./bootstrap-vcpkg.sh | |
./vcpkg integrate install | |
echo "export CMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake" >> ~/.zshrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if (( $EUID != 0 )); then | |
echo "Please run as root" | |
exit | |
fi | |
cd /tmp | |
git clone https://github.com/paullouisageneau/libdatachannel.git && cd libdatachannel | |
git submodule update --init --recursive --depth 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if (( $EUID != 0 )); then | |
echo "Please run as root" | |
exit | |
fi | |
cd /tmp | |
git clone https://github.com/SpartanJ/efsw.git | |
cd efsw && mkdir build && cd build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta":{ | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "George Price", | |
"label": "Software Engineer", | |
"image": "https://media.licdn.com/dms/image/D5603AQGPocgZTItnZw/profile-displayphoto-shrink_800_800/0/1672451226143?e=1705536000&v=beta&t=YfEVqLGysNFzmjOHx8efXgSbTvPIOKe11HahaRhUCBg", | |
"email": "[email protected]", | |
"summary": "Dedicated and versatile Software Engineer with a track record in the full software development lifecycle, by having a background in development, quality assurance, and the release of robust and efficient solutions, while also embodying a collaborative spirit, and thriving in team environments.", |