postiffm / bibledit-desktop

Desktop version of Bibledit
GNU General Public License v3.0
4 stars 6 forks source link

Use cmake to build Bibledit #76

Open postiffm opened 5 years ago

postiffm commented 5 years ago

Presently we use autotools. If we switch to cmake, the build process has to be:

  1. Well documented (I don't know anything about cmake, so I will need some tutorial)
  2. Support building on Linux (Ubuntu in particular)
  3. Support building on Windows (on msys2)
  4. Support internationalization. We presently support English as the main interface, and French. We hope to add Spanish and one or two others in the future.
  5. I may think of some others...

Please add a comment with a description of advantages and where you think this fits in the relative priority scale of things.