Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
/ decrypt_sp Public archive

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoti committed Feb 27, 2021
1 parent 23df3bc commit 139a95a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,23 @@ will generate enc folder with files for your memstick
rename enc folder to prx

done

## building

```
git clone https://github.com/Yoti/decrypt_sp
git clone https://github.com/ProximaV/kirk-engine-full
cd kirk-engine-full
make
cd ..
cp ./kirk-engine-full/libkirk/libkirk.a ./decrypt_sp/lib/libkirk.a
cd decrypt_sp
make
```

0 comments on commit 139a95a

Please sign in to comment.