Skip to content

Commit

Permalink
Update README for the build third party things (openssl, curl)
Browse files Browse the repository at this point in the history
Base repo changed xyzz to d3m3vilurr
  • Loading branch information
d3m3vilurr committed Oct 6, 2016
1 parent a3a66cd commit e4384d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a vita port.

## OpenSSL

https://github.com/xyzz/vita-openssl branch `vita-1_0_2`
https://github.com/d3m3vilurr/vita-openssl branch `vita-1_0_2`

```
./Configure no-threads --prefix=$VITASDK/arm-vita-eabi/ vita-cross
Expand All @@ -17,12 +17,12 @@ make install

## curl

https://github.com/xyzz/vita-curl branch `vita`
https://github.com/d3m3vilurr/vita-curl branch `vita`


```
./buildconf
./configure --host=arm-vita-eabi --with-ssl=$VITASDK/arm-vita-eabi/ --disable-shared --disable-ftp --disable-ldap --disable-imap --disable-ipv6 --disable-rtsp --disable-dict --disable-file --disable-gopher --disable-pop3 --disable-smtp --disable-telnet --disable-tftp --enable-https --disable-smb --disable-smbs --prefix=$VITASDK/arm-vita-eabi/
cp lib/config-vita.h lib/curl_config.h
make -j8
make install
```
Expand Down

0 comments on commit e4384d0

Please sign in to comment.