-
Notifications
You must be signed in to change notification settings - Fork 13
/
GITREADME
31 lines (20 loc) · 917 Bytes
/
GITREADME
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
==============================================================
.------. .-------. .-----. .. .-. .--------. .--.
/_____ \/ _____//_____ \ / \/ \ /_ _____/\ / /
/ ____/\____ \ __(__ < / \ / __)\ \/\/ /
/ / / \/ \ /\/\ Y / \ /
/___/ /________/_________/__/ \___|__/ \__/\__/
PS3MFW Builder v0.2.1 OtherOS++
==============================================================
GITREADME
Howto
-----
Generic:
git clone https://github.com/euss/mfw/ --recursive
If you did not use --recursive, submodule /language/ will be missing, also solveable with:
git submodule init
git submodule update
Errors/Solutions
----------------
Error: can't find package ttk::theme::xpnative (on MacOSX)
Solution: edit Settings.xml and blank <Theme>xpnative</Theme> section to <Theme></Theme>