Replies: 1 comment 2 replies
-
I also don't like the use of PowerShell and would prefer CMake/Python scripts. Our IT guy got a heart attack when I told him, that we'll need PowerShell on macOS build machines. :D And I think Axmol is overdoing the whole setup stage. I don't really want it to download and install all the requirements like CMake itself, PowerShell, VS compiler, Android SDK, etc. I wish this whole setup stage was split into separate steps and they were more independent and optional, giving more control to the user. The part where it modifies environment variables is particularly annoying. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Axmol relies on PowerShell scripts to download some dependencies. The process is smooth, but only if PowerShell is available!
I occasionally work on a platform where this tool is not available (arm64 Android). There is no way to run the prebuilt binaries there, and no way to build pwsh from source since it requires pwsh to bootstrap the process!
A solution based on Python seems more portable (I have Python installed on my device), but the best would be a pure CMake solution.
What do you think? How difficult would it be to replace these scripts? Is it worth the effort?
Beta Was this translation helpful? Give feedback.
All reactions