Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 281 Bytes

cpp-advanced-topicsi C++

Install Simple2D in Linux

url='https://raw.githubusercontent.com/simple2d/simple2d/master/bin/simple2d.sh'; which curl > /dev/null && cmd='curl -fsSL' || cmd='wget -qO -'; bash <($cmd $url) install