Skip to content

zeromake/fbreader

Repository files navigation

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