From b6d412e4f8c69039a6549dfcdb28cf8bd222ee41 Mon Sep 17 00:00:00 2001 From: Thaodan Date: Tue, 20 Aug 2013 14:50:28 +0200 Subject: [PATCH 1/2] added new stable version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0e42bd..e7158c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -TARGET_VER = 319.32# just set to a valid ver eg. one of: 325.08 319.32 319.23 +TARGET_VER = 325.15# just set to a valid ver eg. one of: 325.08 325.15 319.32 319.23 TARGET = libnvidia-ml.so.1 DESTDIR = / PREFIX = $(DESTDIR)usr/local From 2822c6f98bae5e2cfdc55450400c42af2e6bfaca Mon Sep 17 00:00:00 2001 From: Thaodan Date: Tue, 20 Aug 2013 16:16:00 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2db11..23612a3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ How to use ---------- The makefile can be used with `make` to build shims the selected NVML version `make TARGET_VER=325.08` To install, delete the `libnvidia-ml.so.1` symlink currently in your -`/usr/lib` and run `make install PREFIX=/usr/lib`. Currently valid versions are: 325.08, 319.32 and 319.23. +`/usr/lib` and run `make install PREFIX=/usr`. Currently valid versions are: 325.15, 325.08, 319.32 and 319.23. You can build 32-bit versions with `make CFLAGS=-m32`.