TODO
- Open
MarkEmptyDirs.dmg
and dragMarkEmptyDirs
application icon to desired location. - Add the directory
<path-to-app>/MarkEmptyDirs.app/Contents/MacOS/
to your shell's search path.
- Unpack the downloaded archive at desired location.
- Add the directory containing executable
MarkEmptyDirs.exe
to your search path.
The following sections describe requirements and steps necessary to build everything on a supported platform.
Note that older compiler versions might also work.
- Qt 5.2 (or newer)
- GCC 4.8 or clang 3.3 compiler (or newer).
QTDIR
environment variable must be set to Qt's root directory path.
- Open command line shell.
- Change to project's root directory.
- Execute shell script:
build_linux.sh
.
- Qt 5.2 (or newer)
- GCC 4.8 or clang 3.3 compiler (or newer).
QTDIR
environment variable must be set to Qt's root directory path.
- Open command line shell.
- Change to project's root directory.
- Execute shell script:
build_osx.sh
.
- Qt 5.2 (or newer)
- Visual Studio 2012 compiler (or newer). Expression Edition sufficient.
- 7-Zip Installation. Download from here: http://www.7-zip.org
QTDIR
environment variable must be set to Qt's root directory path.
- Open command line shell.
- Change to project's root directory.
- Execute shell script:
build_win32.bat
.