Fixed headers. Oops.

merge-requests/1/merge
knotteye 2019-09-24 18:42:13 -05:00
parent 5958f8c0ff
commit d1cd2815e4
4 changed files with 11 additions and 50 deletions

13
README
View File

@ -1,13 +0,0 @@
Satyr: A livestreaming server
System dependencies: npm, node, typescript
(Typescript can be installed through npm)
Build Instructions
git clone https://gitlab.com/knotteye/satyr.git
cd satyr
npm install
tsc
Run the server
node server.js

View File

@ -1,26 +0,0 @@
#!/bin/sh
mkdir -p lib
cd lib
wget https://github.com/inspircd/inspircd/archive/v3.3.0.tar.gz
tar -xvf v3.3.0.tar.gz
rm v3.3.0.tar.gz
cd inspircd-3.3.0
#./configure --enable-extras=m_pgsql.cpp --enable-extras=m_ssl_openssl.cpp
echo "no
yes
no
no
no
yes
no
no
no
no
no
no
no
no
yes
yes
no" | ./configure
make -j8 install