Skip to content

Commit b218348

Browse files
authored
Create install_from_sources.md
1 parent b5a9ac3 commit b218348

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install_from_sources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apt-get install build-essential make
2+
3+
tar xf software-name.tar.gz
4+
5+
cd software-name
6+
7+
./configure
8+
9+
make

0 commit comments

Comments
 (0)