A cross-platform native app for Floim.
To save you time and effort we've already built some binaries. If your platform of choice is not supported please raise an issue (or, even better, suggest a fix!).
- Windows
After downloading, extract the zip, then:
- Install the bundled Visual C++ Redistributable (next next next...)
- Install the bundled OpenSSL libraries (next next next...)
- Open Floim :)
- Mac OS X Unzip, drag to Applications, open.
- Linux 32bit or Linux 64bit
You may need to install
openssl-dev
oropenssl-devel
to remove the warning about no OpenSSL support. (Floim only runs over SSL for security reasons.)
We've not yet had time to wrap these apps in lovely little installers/packages - sorry!
Contributions very welcome!
- Clone this repo
- Download floim-osx.icns into the root dir
./
, and floim.png into./images/
- Download and install the Qt SDK if you haven't already (v4.8.1+)
- You can open
Floim.pro
in Qt Creator.