Skip to content

Commit 48cdddd

Browse files
Mark Andrew GeradsMark Andrew Gerads
Mark Andrew Gerads
authored and
Mark Andrew Gerads
committed
Added compile.sh to make compiling easier on Ubuntu
1 parent 5bd5936 commit 48cdddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compile.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
# This script is for Ubuntu; it installs the required files and produces the executable.
3+
sudo apt install libx11-dev libxt-dev libxaw7-dev
4+
make xbomb

0 commit comments

Comments
 (0)