Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
New:
Support for ABI 93 (OptiX SDK 8.1.0)
Support for ABI 105 (OptiX SDK 9.0.0)
  • Loading branch information
SveSop committed Feb 12, 2025
1 parent 7516e3a commit b4f7fb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
ci:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Prepare
run: |
Expand All @@ -14,13 +14,13 @@ jobs:
sudo apt-get install -y --no-install-recommends wine64-tools
echo "/usr/lib/wine" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: ./package-release.sh prod

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wine-nvoptix
path: prod/nvoptix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project is heavily based on the public documentation and source files from

This work is done freely to help the users community to run their Windows programs on Linux / Mac OS.

Current release: v0.3
Current release: v0.4

## Building

Expand All @@ -23,7 +23,7 @@ Install the nvoptix.dll relay to your wineprefix by copying or creating symlink:
`cd WINEPREFIX=/your/wine/prefix/windows/system32`
`ln -sf /home/user/nvoptix/x64/nvoptix.dll .`

You need a working Wine version with wineprefix set up (see below for requirements), and a correctly configured NVIDIA Graphics adapter using proprietary NVIDIA drivers 535 or later
You need a working Wine version with wineprefix set up (see below for requirements), and a correctly configured NVIDIA Graphics adapter using proprietary NVIDIA drivers 565 or later
OBS! Highly recommend using the multi-package nvidia-libs here, since nvcuda is also a requirement for running OptiX based software:
[https://github.com/SveSop/nvidia-libs](https://github.com/SveSop/nvidia-libs)

Expand Down

0 comments on commit b4f7fb6

Please sign in to comment.