Skip to content

Commit

Permalink
Release v0.3
Browse files Browse the repository at this point in the history
New:
Support for ABI 60 (OptiX 7.5.0)
Support for ABI 68 (OptiX 7.6.0)
Support for ABI 84 (OptiX 7.7.0)
Support for ABI 87 (OptiX 8.0.0)

This REQUIRES a newer version of NVCUDA implementation ref README
  • Loading branch information
SveSop committed Jan 18, 2024
1 parent 5d04085 commit 214a275
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Sveinar Søpler
Copyright (c) 2024 Sveinar Søpler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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.2
Current release: v0.3

## Building

Compile requirements: Meson + Ninja + other usual suspects like GCC and Wine
Compile requirements: Meson + Ninja + other usual suspects like GCC and Wine-9.0 dev

Compile with: ./package_release.sh /install/folder - eg: `./package_release.sh /home/user/`
The binaries will then be placed in `/home/user/nvoptix`
Expand All @@ -23,12 +23,12 @@ Install the nvoptix.dll relay to your wineprefix by running the script:
`cd /home/user/nvoptix`
`WINEPREFIX=/your/wine/prefix ./setup_nvoptix.sh install`

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 470 or later (495+ for best OptiX compatibility)
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

## Requirements

[DXVK-NVAPI](https://github.com/jp7677/dxvk-nvapi)
[WINE-STAGING](https://www.winehq.org/) or standalone CUDA implementation for Wine [NVCUDA](https://github.com/SveSop/nvcuda)
[CUDA]Standalone CUDA implementation for Wine [NVCUDA](https://github.com/SveSop/nvcuda)

Recommended: [WINE-NVML](https://github.com/Saancreed/wine-nvml) for hardware function detection from NVIDIA GPU

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('nvoptix', ['c'])
project('nvoptix', ['c'], version: 'v0.3', license: 'MIT')

cpu_family = target_machine.cpu_family()

Expand Down

0 comments on commit 214a275

Please sign in to comment.