-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
## Filter | ||
(W, X, Y, Z) | ||
- W: Encrypted Path | ||
- X: Filter Size | ||
- Y: Hash Functions | ||
- Z: Filter | ||
|
||
|
||
|
||
## Dependencies | ||
|
||
- `pip install textract fnv murmurhash3 zmq requests tornado` | ||
|
||
- Ubuntu | ||
|
||
`sudo apt install python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0 python-dev libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr \ | ||
flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig` | ||
- Server: | ||
- `pip install fnv murmurhash3 tornado boto3` | ||
|
||
|
||
- Arch | ||
- Client: | ||
- Ubuntu: `sudo apt install python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0 python-dev libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig python3-dev libpulse-dev encfs` | ||
|
||
`sudo pacman -S libxml2 libxslt antiword poppler pstotext tesseract sox base-devel swig python-gobject python2-gobject gtk3` | ||
- Arch: `sudo pacman -S libxml2 libxslt antiword poppler pstotext tesseract sox base-devel swig python-gobject python2-gobject gtk3 encfs` | ||
|
||
- `pip install fnv murmurhash3 zmq requests` | ||
- `pip install textract` |