zeromake / fbreader

fork by https://github.com/geometer/FBReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FBReader

fork to FBReader.

build guide

pre

xmake repo -a local https://github.com/zeromake/xrepo.git

windows

install Visual Studio

xmake f -c -y
xmake build -y fbreader
xmake lua pkg.lua

windows by mingw

install llvm-mingw or other mingw.

$MINGW="D:\mingw64"
xmake f -p mingw --mingw=$MINGW -y -c
xmake build -y fbreader
xmake lua pkg.lua

osx

install xcode or clang

xmake f -y -c
xmake build -y onscripter
xmake lua pkg.lua

pkg file is on dist dir.

change

  • fix windows build.
  • merge by harbour-books change.
  • makefile build migrate to xmake.
  • support msvc build.
  • win32 add openFileDialog support by portable-file-dialogs.
  • deps ues xmake build.
  • windows nsis pkg exe installer
  • windows github action release
  • MacOS xmake build support
  • MacOS xmake arm64 build support
  • MacOS xmake universal binary build
  • MacOS github action release
  • tools/StatisticsGenerator xmake build support

About

fork by https://github.com/geometer/FBReader


Languages

Language:C++ 82.8%Language:HTML 11.7%Language:Objective-C++ 1.5%Language:Makefile 1.2%Language:Lua 1.0%Language:C 0.8%Language:Python 0.2%Language:Shell 0.2%Language:Roff 0.2%Language:Objective-C 0.2%Language:NSIS 0.2%Language:Perl 0.0%Language:PowerShell 0.0%