Final Fantasy 8 #263
Labels
need game
Need to buy the game to continue, or someone else can create a PR
package request
question
Further information is requested
wontfix
This will not be worked on
Additional information
OpenVIII-monogame or OpenVIII
"Unable to compile on Ubuntu"
MaKiPL/OpenVIII-monogame#149
The github includes a script, linuxAutoBuild.sh. It's overkill, and I think it has not been tested in some time. This is my own version, it can probably still stand some tweaking. Both scripts error out.
DOTNET on Linux
https://www.nuget.org/ has some dotnet resources used in this project
Build Info
sudo apt install mono-devel nuget snapd
sudo snap install dotnet-sdk --classic
nuget install MonoGame.Framework.DesktopGL
nuget install MonoGame.Framework.DesktopGL.Core
nuget install MonoGame.Framework.OpenGL
nuget install MonoGame.Content.Builder // For MonoGame.Content.Builder.targets
nuget netfx-4.7.2-devpack // For dotnet Target Framework - dependency issues needs KB2919355 (exists) and KB2919442 (doesn't)
git clone https://github.com/makipl/openviii
cd openviii
dotnet msbuild OpenVIII.sln /target:OpenGLLinux /property:Configuration=DebugLinux /property:Platform=x64
//error at line 137, swapped text with
<Import Project="..\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets" />
The text was updated successfully, but these errors were encountered: