在 VisionFive 2 Debian 上玩星露谷物语

  1. 配置 locales

    sudo apt install locales
    sudo dpkg-reconfigure locales
    
  2. 安装 box64,参考 COMPILE.md

  3. 安装 gl4es

    git clone https://github.com/ptitSeb/gl4es
    cd gl4es
    mkdir build; cd build; cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo;
    make
    
  4. 去 GOG.com 上购买 Stardew Valley,下载 Linux 版:stardew_valley_1_5_6_1988831614_53040.sh

  5. chmod +x Downloads/stardew_valley_1_5_6_1988831614_53040.sh

  6. 运行 BOX64_BASH=path/to/box64/tests/bash box64 Downloads/stardew_valley_1_5_6_1988831614_53040.sh,等一会,可以看到一个安装器的界面出现,正常安装就好了。默认会安装到 ~/GOG\ Games/Stardew\ Valley 目录下。

  7. 进入到游戏文件夹里面,然后运行:LD_LIBRARY_PATH=path/to/gl4es/lib/:$LD_LIBRARY_PATH box64 Stardew\ Valley

  8. 稍等个 3 分钟左右,应该就可以看到游戏启动了。新建存档和加载存档也需要几分钟时间,耐心等待一下就好了。