Make compilation on macOS more clear#1115
Make compilation on macOS more clear#1115Metal-Snake wants to merge 5 commits intotransmission-remote-gui:masterfrom
Conversation
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` |
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.
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.