Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to built Tsugaru on linux with no gui? #141

Open
Kelvfimer opened this issue Dec 24, 2024 · 1 comment
Open

Is it possible to built Tsugaru on linux with no gui? #141

Kelvfimer opened this issue Dec 24, 2024 · 1 comment

Comments

@Kelvfimer
Copy link

Kelvfimer commented Dec 24, 2024

I'm wondering if it's possible to built the emulator without GUI and no glu dependecy on linux.

thx

@Kelvfimer Kelvfimer changed the title Is it possible to built Tsugaru with no gui? Is it possible to built Tsugaru on linux with no gui? Dec 24, 2024
@tnibert
Copy link
Contributor

tnibert commented Jan 14, 2025

Yes very possible, see below:

[tim@komodo ~/code/TOWNSEMU]$ mkdir build
[tim@komodo ~/code/TOWNSEMU]$ cd build
[tim@komodo ~/code/TOWNSEMU/build]$ cmake ../src
[tim@komodo ~/code/TOWNSEMU/build]$ cmake --build . --config Release --parallel
[tim@komodo ~/code/TOWNSEMU/build]$ cd main_cui
[tim@komodo ~/code/TOWNSEMU/build/main_cui]$ ./Tsugaru_CUI 
YM2612 Emulator for Tsugaru [Tsugaru-Ben]
Warning: TownsHighResPCM is experimental and not included in state-save at this time.
Usage:
  Tsugaru_CUI rom_directory_name
or,
  Tsugaru_CUI -HELP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants