Skip to content

Commit 202e26f

Browse files
committed
Update README
1 parent 4fd9245 commit 202e26f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
![CCJL screenshot](misc/jlscreenshot.png)
2+
13
# ClassiCubeJavaLoader
4+
25
An attempt to bring the support of my favorite language into my favorite cuboid game.
36
## Building
47
Notes:
58
- If built in x64 Release mode, for unknown reasons the plugin causes ClassiCube to stop responding during terrain generation, at least on my machine;
69
- Compatibility with x86 platform has not been tested at all.
710

8-
1. Clone ClassiCube repository, import the project into Visual Studio and build the solution;
11+
1. Clone [ClassiCube repository](https://github.com/ClassiCube/ClassiCube), import the project into Visual Studio and build the solution;
912
2. Right click on top "Solution 'ClassiCube' (1 of 1 project)" line, click Add -> New Project... -> select **Dynamic-Link Library (C++)**;
1013
3. Assuming you have created the new library project under 'ClassiCube' solution, delete all automatically generated source and header files. **Make sure you have selected Debug configuration and x64 platform**;
1114
4. Navigate to Configuration Properties -> C/C++ -> All Options -> Precompiled Header -> select **Not Using Precompiled Headers**;

0 commit comments

Comments
 (0)