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

How am I supposed to use this? #28

Open
Unexian opened this issue Aug 13, 2023 · 1 comment
Open

How am I supposed to use this? #28

Unexian opened this issue Aug 13, 2023 · 1 comment

Comments

@Unexian
Copy link

Unexian commented Aug 13, 2023

I don't see an executable files (windows install)

@Unbreakable-Syntax
Copy link

Unbreakable-Syntax commented Oct 7, 2024

Hello, I am sorry if this is late, you have to install MSYS on https://www.msys2.org/, after that, you must install some libraries, SDL2 and wxWidgets are what this project needs. You can install any version of wxWidgets, but preferably a higher version is much better (I have tested that TSoS works fine with wxWidgets 3.2.6)

Once you are able to download and install all the libraries and the C++ compiler in MSYS, this is something that took hours for me to discover, so I'll let you skip through all that trouble.

  1. Redirect your MSYS to the directory of sound-of-sorting-master folder using the cd command (do not go to the src folder)
  2. After that, type ./configure and press Enter
  3. If you are able to install all the necessary libraries and the needed compiler, this will go smoothly.
  4. After that, type make and press Enter.
  5. The executable file will appear on the src folder afterwards

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