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

Experimental build for linux and macos #131

Open
cbuahin opened this issue Jul 7, 2023 · 2 comments
Open

Experimental build for linux and macos #131

cbuahin opened this issue Jul 7, 2023 · 2 comments
Assignees
Milestone

Comments

@cbuahin
Copy link
Collaborator

cbuahin commented Jul 7, 2023

While SWMM has traditionally been compiled for Windows, the C source code can be compiled to run on other operating systems. Building linux and macos binaries will provide support for those that work on other operating systems. A caveat to this effort is that it is an experimental effort, and in the near term, the resulting binaries will not be going through the rigorous review and regression testing that the windows build undergoes.

@cbuahin cbuahin self-assigned this Jul 7, 2023
@LRossman
Copy link
Collaborator

LRossman commented Jul 7, 2023

The SWMM 5 engine will compile under Linux with no problems using cmake. The GUI is another story -- I don't think the free community edition of Delphi has Linux support for the VCL code used in SWMM. You would have to re-write it with a different Delphi platform called FireMonkey. Or better yet, convert it to Lazarus which is Delphi-based, cross-platform, and free.

FYI - SWMM can run under Linux using Wine-- see the screenshot below.
Swmm-linux

@cbuahin
Copy link
Collaborator Author

cbuahin commented Jul 7, 2023

Thank you for the background @LRossman! My thinking was to start with building the engine. Out of all the options for the GUI, I am partial to looking closely into Lazarus.

@cbuahin cbuahin added this to the v5.2.5 milestone Aug 10, 2023
@cbuahin cbuahin modified the milestones: v5.2.5, v5.3.0 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants