Search found 3 matches

by coderforlife
29 May 2014, 21:11
Forum: Help
Topic: Building Instructions
Replies: 2
Views: 2165

Re: Building Instructions

Additionally it seems that somewhere in the combination of Fedora 20, wx 3.0, and Cinnamon desktop, the objects returned by wxSystemSettings::GetColour work when given to drawing functions but the red, green, and blue values cannot be queried (they always just return 0). I had to adjust custom_grid ...
by coderforlife
28 May 2014, 01:55
Forum: Help
Topic: Building Instructions
Replies: 2
Views: 2165

Re: Building Instructions

For future reference, I was able to compile it using the following:

1. Run `sudo yum install gtk3-devel wxGTK3-devel`
2. Download FreeFileSync_*_Source.zip from downloads (where * is version number)
3. Download zenXml_*.zip from https://sourceforge.net/projects/zenxml/files/
4. Create a build ...
by coderforlife
26 May 2014, 07:45
Forum: Help
Topic: Building Instructions
Replies: 2
Views: 2165

Building Instructions

The source download has no building directions. Since you do not provide an official Fedora release it needs to be manually built. It has no INSTALL, README, or similar document to explain the dependencies and procedures for building from source. Additionally, it does not use cmake or ./configure ...