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
Copy file name to clipboardExpand all lines: README.md
+4-66Lines changed: 4 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,6 @@ Table of contents
63
63
-[Contributing](#contributing)
64
64
-[Translations](#translations)
65
65
-[Credits](#credits)
66
-
-[Quark and remote browsing](#quark-and-remote-browsing-1)
67
-
-[Windows](#windows-1)
68
-
-[Linux](#linux-1)
69
-
-[Mac](#mac-1)
70
66
-[Settings \& themeing](#settings--themeing)
71
67
-[Sample](#sample)
72
68
-[Notes](#notes)
@@ -289,7 +285,7 @@ Install OpenJDK 11 (or higher) in the terminal:
289
285
290
286
- Finally, run ```sudo apt-get install openjdk-11-jdk``` (if you just want the JRE, install `openjdk-11-jre` instead)
291
287
292
-
- Create the file ```/etc/udev/rules.d/99-switch.rules``` with the following contents: ```SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", GROUP="plugdev, MODE="0666""```
288
+
- Create the file ```/etc/udev/rules.d/99-switch.rules``` with the following contents: ```SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", GROUP="plugdev, MODE="0666"``` (check if your distro relies on `plugdev` or any alternatives to provide USB access)
> Note that this project may require [master libnx](https://github.com/switchbrew/libnx) to compile if relevant changes were made there which have not yet been released!
331
329
332
330
Remember to clone this repository recursively (`git clone <this-repo-url> --recurse-submodules`) since Goldleaf makes use of submodules.
333
331
@@ -364,67 +362,7 @@ The main concepts of Goldleaf are and have been developed by me (XorTroll), but
364
362
- 2767mr, for all the support given in Goldtree (former Quark tool).
365
363
366
364
- developer.su for [NS-USBloader](https://github.com/developersu/ns-usbloader), which helped a lot on the development of Quark, mainly on the usage of usb4java and the base of a multi-platform JavaFX Java project.
367
-
## Quark and remote browsing
368
-
369
-
Quark Goldleaf's desktop Java tool, working as the desktop client for the remote PC option. It supports Windows, Linux and Mac.
370
-
371
-
Quark needs Java 9 or greater to run. See below the recommended installation for each supported system.
372
-
373
-
You also need to install libusbK drivers for USB to work fine.
374
-
375
-
### Windows
376
-
377
-
The best way to install Java 9 in Windows (or a very simple one) is to install [AdoptOpenJDK 11 or higher](https://adoptopenjdk.net).
378
-
379
-
> Note: make sure that the JDK/JRE you choose contains JavaFX! You can always install it manually otherwise
380
-
381
-
After installing it, double-clicking the JAR should be enough to start it.
382
-
383
-
Otherwise, run ```java -jar Quark.jar``` in the command prompt.
384
-
385
-
For the USB to get recognized, follow the following steps:
386
-
387
-
- Download [Zadig](https://zadig.akeo.ie)
388
-
389
-
- Boot your console with CFW, connect it to the PC via USB
390
-
391
-
- Open Goldleaf
392
-
393
-
- With Zadig, select the device named "Goldleaf" (if it doesn't appear, ensure Goldleaf has a USB icon on the top of the screen, and select "List all devices" under "Options" in Zadig)
394
-
395
-
- Install **libusbK** to that device (any other driver won't work fine)
396
365
397
-
### Linux
398
-
399
-
Install OpenJDK 11 (or higher) in the terminal:
400
-
401
-
- Run ```sudo add-apt-repository ppa:openjdk-r/ppa```
402
-
403
-
- Run ```sudo apt-get update```
404
-
405
-
- Finally, run ```sudo apt-get install openjdk-11-jdk``` (if you just want the JRE, install `openjdk-11-jre` instead)
406
-
407
-
- Create the file ```/etc/udev/rules.d/99-switch.rules``` with the following contents: ```SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", GROUP="plugdev"```
0 commit comments