pleonex / tinke

Viewer and editor for files of NDS games
GNU General Public License v3.0
356 stars 57 forks source link

Run it on linux #49

Closed ghost closed 7 years ago

ghost commented 8 years ago

How to run it on linux?

JuliaScythe commented 7 years ago

Why closed?

JuliaScythe commented 7 years ago

How did you run it

MrJPGames commented 7 years ago

It's a windows app, it's not meant to run on Linux, and unless you use a VM or maybe it works in wine it will not work on Linux. It's made with Visual Studio which is a Microsoft application for making Windows apps.

pleonex commented 7 years ago

Actually yes, it works on Linux because my computer has only a Linux distro OS :) In fact, for the latest versions I didn't use Visual Studio but Monodevelop.

To run on Linux or Mac OS you need to install mono. To install it you can follow the instructions from their website: http://www.mono-project.com/download/ Then, open a terminal, go to the folder of Tinke and run it with:

mono Tinke.exe

It will works exactly the same as in Windows does :)

mono is an open-source implementation of the C# compiler and .NET Framework. It allows to run applications written in C# in several Operative Systems like Windows, Linux, Mac OS and much more!

JuliaScythe commented 7 years ago

ah that explains a lot