Skip to content

Commit 76f0369

Browse files
committed
Add assets and instructions on how to extract them
1 parent aa15800 commit 76f0369

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
*.PDF diff=astextplain
1616
*.rtf diff=astextplain
1717
*.RTF diff=astextplain
18+
assets/oras.zip filter=lfs diff=lfs merge=lfs -text

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
On Linux:
66

77
```
8+
sudo apt-get install unzip
89
sudo apt-get install default-jdk
910
sudo apt-get install gradle
1011
```
@@ -13,11 +14,24 @@ On Windows, install `chocolatey` and then in administrative command line:
1314

1415
```
1516
#You may also need to install the appropriate jdk with choco install jdkX (with X being 7, 8, ...)
16-
choco install gradle
17+
choco install unzip gradle
18+
```
19+
20+
You also need to install [git-lfs](https://git-lfs.github.com/).
21+
22+
##Setup
23+
24+
```
25+
git lfs fetch
26+
unzip assets/oras.zip -d assets/
1727
```
1828

1929
###Build
2030

31+
You can run the desktop test version from your IDE as per libgdx' guidelines.
32+
33+
You can also build it for use in the webclient.
34+
2135
On Linux:
2236
```
2337
./gradlew html:dist

assets/oras.zip

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1501b99b748d90b89dfcde91521c80d582cc0b5895ca97f06c04c4df2d07f869
3+
size 170985739

0 commit comments

Comments
 (0)