maelvls / homebrew-amc

🍺 Homebrew formula for auto-multiple-choice 📖
https://www.auto-multiple-choice.net/download-macosx.en
34 stars 10 forks source link

How to get the latest development version #21

Closed chfarges closed 6 years ago

chfarges commented 6 years ago

Hello, I saw that a new version (rc2) is available. I am on rc1_2. However, when running brew update, there is nothing to update. I tried to uninstall rc1_2 but when running brew install maelvalais/amc/auto-multiple-choice --devel it is still version 1_2 that installs. I am new to Homebrew so may be I do something wrong ? Thanks for your help !

maelvls commented 6 years ago

Hi! I just updated the whole thing (literally 5 minutes ago 😀), separating the standard stable formula from the devel version. I also updated to the 1.4.0-rc2 version.

From now on, instead of using --devel, you must use:

brew install maelvalais/amc/auto-multiple-choice-devel

which will use a pre-built binary (so much faster)

maelvls commented 6 years ago

You will have to brew unlink auto-multiple-choice before doing so, otherwise the formulas auto-multiple-choice and auto-multiple-choice-devel will conflict ("linkage error" or something like that)

chfarges commented 6 years ago

Hello ! I installed the new version following your recommandations and it works perfectly ;-) Thanks !

maelvls commented 6 years ago

Perfect!