-
Notifications
You must be signed in to change notification settings - Fork 11
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
Setup for BrewBuddy on macOS (Darwin) #53
base: development
Are you sure you want to change the base?
Conversation
As it's currently not possible to run BrouwHulp/BrewBuddy with Wine under Catalina, I was planning on trying to build this from source. However, Lazarus doesn't offer 64-bit builds for macOS unfortunately. fpcdeluxe also doesn't run on Catalina (yet). |
Hi, I am new to brew buddy and trying to build on a Macbook (M1) The process seems clear but I cannot find the file "Darwin-copy-resources-to-bundle.sh". Can somebody tell me where I can find this or what is in it so I can do this by hand? br/ |
Hi Erik-Jan. I'm afraid the BrewBuddy project is kind of dead due to lack of serious developers. The issue is the software was written in an old language in a buggy IDE. I didn't succeed in finding enough developers with experience and time (!!) with modern languages and modern frameworks to rewrite BredBuddy to bring it into the 2020's.... So I'm afraid you are on your own here... |
Hi Pim, br/ |
yeah it is a real pity indeed. I myself am not a skilled programmer. But, my skill is f.i. configuring systems, creating integrated pipelines for development, etc etc. I have 25+ years of linux and sysadmin experience, also part of Scrum devops teams. In the past the project also attracted some people with some software development experience, but mostly in old languages too. Or people came up with very complex ideas or their own little hobby preferences (I want this and that database because it is soooo cool (but nobody uses that dude!)). |
Hi Pim, I am willing to help, if you want. Maybe it's better to contact me directly if you have still ideas to re-build. (than we can also do this in Dutch....). I am not really in Windows but in Linux, Mac and web-based....... |
Context
BrewBuddy build on macOS (Darwin).
How to test
./Darwin-copy-resources-to-bundle.sh
, which will copy the needed files from Misc to the application bundleNotes
Perhaps I forgot a step, this PR is the result of trying a lot.