-
Notifications
You must be signed in to change notification settings - Fork 282
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
Make compilation on macOS more clear #1115
base: master
Are you sure you want to change the base?
Make compilation on macOS more clear #1115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
|
||
### macOS | ||
|
||
**Note: Currently Transmission Remote GUI can't be compiled if fpc and lazarus were installed using brew. You can uninstall them using** `brew uninstall fpc` and `brew cask uninstall lazarus` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brew
should be Homebrew
README.md
Outdated
|
||
**Note: Currently Transmission Remote GUI can't be compiled if fpc and lazarus were installed using brew. You can uninstall them using** `brew uninstall fpc` and `brew cask uninstall lazarus` | ||
|
||
In Terminal navigate to the transgui folder containing the source code. Then `cd setup/macosx` and run `./create_app.sh`. This will install fpc and lazarus if needed and build Transmission Remote GUI and move it in a .dmg image file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This instruction should be more precise and separate the step to prepare environment and to compile.
I updated the ReadMe.md I agree, fixing the build using brew's fpc/lazarus should be done. That's why I wrote Currently it can't be done with those. How would I squash 2 commits together? |
@Diskutant yeah I agree to have that message right now, will take a look soon, thanks. |
edddb71
to
be92509
Compare
I added information on how to compile on mac in the readme.md, also I removed the scripts setup/macosx/create_app.sh and create_package.sh and renamed create_app_new.sh to create_app.sh
If those scripts are still needed let me now what those are for (they didn't work on my machine) and I will update accordingly.