Skip to content

Commit 0852833

Browse files
committed
Removed native folder, created a new repo for the JNI library
1 parent 5e6757b commit 0852833

11 files changed

+2
-946
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# xframes-java
22

3-
## Building the JNI DLL
3+
## Prerequisites
44

5-
(You need to open a developer prompt on Windows)
6-
7-
`cd native`
8-
`cmake -S . build`
9-
`cmake --build build`
10-
11-
## Running the app
12-
13-
### Prerequisites
5+
Either [download](https://github.com/xframes-project/xframes-jni-library/releases) or build the JNI DLL and dependent DLL files.
146

157
The JNI DLL requires the generated DLL files to be in your system PATH.
168

native/CMakeLists.txt

-146
This file was deleted.

native/callbacks-handler.cpp

-139
This file was deleted.

native/callbacks-handler.h

-43
This file was deleted.

native/vcpkg

Submodule vcpkg deleted from fe1cde6

native/vcpkg.json

-11
This file was deleted.

native/xframes

Submodule xframes deleted from b13daad

0 commit comments

Comments
 (0)