You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I have a script updating the mirrored contents, I plan to make it update the direct links to artifacts on the home page, instead of making JS do it.
<ahref="https://dev.azure.com/EverestAPI/Olympus/_build/latest?definitionId=4&branchName=stable" id="olympus-macos-latest-link">Download the latest autobuild.</a>
130
-
<divid="olympus-macos-artifact-instructions"><strong>Click the "5 published" button under "Related", then "macos.main" to download it.</strong></div>
<ahref="https://dev.azure.com/EverestAPI/Olympus/_build/latest?definitionId=4&branchName=stable" id="olympus-linux-latest-link">Download the latest autobuild.</a>
160
-
<divid="olympus-linux-artifact-instructions"><strong>Click the "5 published" button under "Related", then "linux.main" to download it.</strong></div>
161
159
</li>
162
160
<li>Unzip the zip inside of the zip.<br>
163
161
<b>The resulting folder will be your Olympus "installation" folder.</b>
Run Olympus from your applications list (or <code>olympus</code> in the folder) and hope that it works.<br>
168
166
If it doesn't, here are some things to check:
169
167
<ul>
168
+
<li>You might need to install FUSE 2 for the bundled love2d to work. Check <ahref="https://github.com/AppImage/AppImageKit/wiki/FUSE" target="_blank">this page</a> for instructions. Do <b>not</b> run <code>apt install fuse</code>!</li>
170
169
<li>If the bundled love2d doesn't work and your distro provides it via the package manager, try that.</li>
171
170
<li>If you are on ArchLinux, you can give <ahref="https://aur.archlinux.org/packages/olympus" target="_blank">the unofficial AUR package</a> a try.</li>
172
171
<li>Alternatively, you could also try out <ahref='https://flathub.org/apps/io.github.everestapi.Olympus' target='_blank'>the Flathub package</a>.</li>
<li><ahref="https://dev.azure.com/EverestAPI/Everest/_build/latest?definitionId=3&branchName=beta" id="latest-beta-link">beta branch</a>: best to develop your mod or to have others test your mods on, with earlier access to new features.</li>
210
209
<li><ahref="https://dev.azure.com/EverestAPI/Everest/_build/latest?definitionId=3&branchName=dev" id="latest-dev-link">dev branch</a>: gets updated <i>very frequently</i> as development of new features goes on.</li>
211
210
</ul>
212
-
<divid="artifact-instructions"><strong>Click the "1 published" button under "Related", then "main" to download it.</strong></div>
213
211
</li>
214
212
<li>Open the directory where Celeste.exe is located:
0 commit comments