Files
UnrealEngineUWP/Engine/Source/ThirdParty/LinuxNativeDialogs/README.md
Dmitry Rekman 2ceb9e36ef Updated UELinuxNativeDialogs.
- Updated to latest from Rush (encharm).
- Further simplified the install - no need to build LND locally anymore (on Ubuntu).
- Staging fixed to include LND libs.
- Added clang requirement as suggested in PR #1066 (previously clang version was up to the user).

[CL 2516336 by Dmitry Rekman in Main branch]
2015-04-17 15:45:42 -04:00

723 B

UELinuxNativeDialogs

Linux file dialog implementations dedicated for Unreal Engine. Purpose of this project is to provide a simple C API allowing to open linux file and font dialogs utilizing either of four mainstream GUI toolkits:

  • Qt4
  • Qt5
  • Gtk+2
  • Gtk+3

Building

mkdir build
cd build
cmake ..
make

The shared libraries can be dlopened and UNativeDialogs.h should be used to utilize them. Alternatively a normal link could be performed and required implementation chosen with LD_LIBRARY_PATH.

License

The MIT License (MIT)

Copyright (c) 2014 Code Charm Ltd

If you require any special license please contact RushPL on #ue4linux @ irc.freenode.net or damian@codecharm.co.uk