mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
779553b349
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
28 lines
637 B
Text
28 lines
637 B
Text
### Configure Options
|
|
|
|
Many configure options are given in the configure.ac file in the source,
|
|
some of which are:
|
|
|
|
--enable-libcrypto
|
|
--enable-mbedtls
|
|
--enable-nettle
|
|
--enable-caja
|
|
--enable-nautilus
|
|
--enable-nemo
|
|
|
|
The above configuration options are present in the SlackBuild and
|
|
commented out; users can enable them according to their needs.
|
|
|
|
### Command line switches
|
|
|
|
* To enable BLAKE2 support (needs libb2):
|
|
|
|
./BLAKE2=yes gtkhash.SlackBuild
|
|
|
|
* To disable the GtkHash Thunar extension, one can run the script like:
|
|
|
|
./THUNAR=no gtkhash.SlackBuild
|
|
|
|
### Using with Thunar
|
|
|
|
GtkHash adds a Checksums tab in Properties option for files.
|