@xframes/node 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  If a prebuilt module isn't found then you will need Visual Studio 2022
8
8
 
9
- ### WSL2
9
+ ### WSL2 - Ubuntu 24.04
10
10
 
11
11
  You may need to run `export GALLIUM_DRIVER=d3d12` before starting the application to enable Direct3D 12 rendering support.
12
12
  This setting is required for proper GPU acceleration in WSL2 and needs to be set in each new terminal session.
@@ -14,4 +14,12 @@ You can add this line to your ~/.bashrc to make it permanent.
14
14
 
15
15
  ### Linux
16
16
 
17
- If a prebuilt module isn't found then you will need gcc 13+
17
+ If a prebuilt module isn't found then you will need gcc 13+ to build the project locally.
18
+
19
+ Ubuntu 24.04 dependencies:
20
+
21
+ `sudo apt install build-essential cmake libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config`
22
+
23
+ Fedora 41 dependencies:
24
+
25
+ `sudo dnf install @development-tools gcc-c++ cmake glfw-devel`
package/dist/xframes.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframes/node",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "DOM-less, GPU-accelerated GUI development for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "files": [