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

CMake support for building #207

Open
vault-thirteen opened this issue May 16, 2024 · 0 comments
Open

CMake support for building #207

vault-thirteen opened this issue May 16, 2024 · 0 comments

Comments

@vault-thirteen
Copy link

In the description of the IDE it is said that this IDE is a cross-platform IDE.

SASM (SimpleASM) - simple Open Source crossplatform IDE

And at the same time it is said that in order to build this IDE for Windows O.S. we need the make tool, which is a tool from Linux world and is in no way a cross-platform solution.

On Windows:
For building:
C++ compiler (e.g. gcc from MinGW)
make (e.g. mingw32-make from MinGW)

All this means that this IDE is not truly cross-platform.

One of the ways to make the IDE truly cross-platform is to use CMake tool instead of make because CMake tool is a 100% cross-platform solution.

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
@vault-thirteen and others