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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
+

2
+
1
3
# ClassiCubeJavaLoader
4
+
2
5
An attempt to bring the support of my favorite language into my favorite cuboid game.
3
6
## Building
4
7
Notes:
5
8
- If built in x64 Release mode, for unknown reasons the plugin causes ClassiCube to stop responding during terrain generation, at least on my machine;
6
9
- Compatibility with x86 platform has not been tested at all.
7
10
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;
9
12
2. Right click on top "Solution 'ClassiCube' (1 of 1 project)" line, click Add -> New Project... -> select **Dynamic-Link Library (C++)**;
10
13
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**;
11
14
4. Navigate to Configuration Properties -> C/C++ -> All Options -> Precompiled Header -> select **Not Using Precompiled Headers**;
0 commit comments