Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bader committed May 8, 2017
1 parent a90e0ce commit 0301fd0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 46 deletions.
16 changes: 13 additions & 3 deletions README.md
Expand Up @@ -67,13 +67,23 @@ If you only want one of the versions you should disable the other one (especiall
this is done by using CMake arguments.

```
-DKDE # Whether or not to build the KDE Version (Default: -DKDE=ON, To disable: -DKDE=OFF)
-DGNOME # Whether or not to build the GNOME Version (Default: -DGNOME=ON, To disable: -DGNOME=OFF)
-Dkde # Whether or not to build the KDE Version (Default: -Dkde=ON, To disable: -Dkde=OFF)
-Dgnome # Whether or not to build the GNOME Version (Default: -Dgnome=ON, To disable: -Dgnome=OFF)
```

To build the thumbnailer you need to create a _build_ folder and then execute CMake with the appropriate arguments.

After building the thumbnailer it's a simple matter of using ```make install``` in the build directory.
After building the thumbnailer it's a simple matter of using ```sudo make install``` in the build directory.

Example for GNOME only:

```
cd linux
mkdir build
cd build
cmake -Dkde=off ..
sudo make install
```

### Windows

Expand Down
Binary file removed python/PLV_160502001.png
Binary file not shown.
Binary file removed python/Sample_Image_2016-08-19_065.png
Binary file not shown.
Empty file removed python/h5viewer.py
Empty file.
43 changes: 0 additions & 43 deletions python/thumbnailExtractor.py

This file was deleted.

0 comments on commit 0301fd0

Please sign in to comment.