dashboard
repositories
filestore
activity
search
login
main
/
obsolete
Obsolete unused backup project such as OK6410
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add appweb web and update shell script
guowenxue
2019-08-03
40bf88353802901069aa39896a5052162f7eca05
[obsolete.git]
/
ok6410
/
src
/
thirdparty
/
openswan
/
build-x86.sh
1
2
3
4
5
6
7
8
#!/bin/sh
sudo yum install -y openssl* gmp*
wget https://nodeload.github.com/xelerance/Openswan/zip/v3.0.14
mv v3.0.14 Openswan-v3.0.14.zip
unzip Openswan-v3.0.14.zip
cd Openswan-3.0.14/
sh buildlin.sh