diff --git a/LICENSE b/LICENSE index d8c36e5..97bc028 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 4ce7d9d..0d9441b 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 diff --git a/meson.build b/meson.build index 63151ac..2b75df0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nvoptix', ['c']) +project('nvoptix', ['c'], version: 'v0.3', license: 'MIT') cpu_family = target_machine.cpu_family()