Skip to content

Instantly share code, notes, and snippets.

View LHolst's full-sized avatar
🎯
Focusing

Leonard Holst LHolst

🎯
Focusing
  • Osnabrück, Germany
View GitHub Profile
@amir-arad
amir-arad / c_cpp_properties.json
Last active February 26, 2021 10:54
An opinionated EmptyEpsilon development setup for windows
{
"configurations": [
{
"name": "win32",
"includePath": [
"${workspaceFolder}/src",
"${workspaceFolder}/../SeriousProton/src",
"${workspaceFolder}/../SFML-2.5.1/include"
],
"browse" : {
@miketweaver
miketweaver / build.sh
Last active February 2, 2019 19:17
building EmptyEpsilon for Android - NOT WORKING YET
## This is meant to be run manually, not as a script
sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt install unzip openjdk-8-jdk cmake
mkdir android && cd android