Skip to content

lw0717/legend-mac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于游泳的鱼的金庸群侠传lua复刻版,修改gbk编码为utf8编码,移植到 macOS 上。

在 Lua 5.4.4 下编译成功

编译

  • 用 Homebrew 安装 lua, sdl, sdl_image, sdl_mixer, sdl_ttf, smpeg
brew install lua sdl sdl_image sdl_mixer sdl_ttf smpeg
  • 编译
cd src
make

运行

cd bin
./jy

ubuntu 16.04 下编译

sudo apt-get install libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsmpeg-dev libsmpeg0 lua5.2 liblua5.2-dev liblua5.2-0 build-essential pkg-config gcc
cd src
make
cd ../bin
./jy # run game

已知问题

  • macOS Catalina 下动画播放卡顿

About

金庸群侠传mac版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 94.8%
  • C 5.2%