ge9 / IddSampleDriver

Add virtual monitors to your windows 10 device! Works with Oculus software, obs, and any desktop sharing software
683 stars 50 forks source link

Add requirement for nefcon #8

Closed maxboone closed 1 year ago

maxboone commented 1 year ago

extras bucket is required because of dependency on nefcon

maxboone commented 1 year ago
PS C:\Windows\system32> scoop install iddsampledriver-ge9-np -g             
Couldn't find manifest for 'nefcon'.                                        
PS C:\Windows\system32> scoop bucket add extras                             
Checking repo... OK                                                         
The extras bucket was added successfully.                                   
PS C:\Windows\system32> scoop install iddsampledriver-ge9-np -g             
Installing 'nefcon' (1.6.0) [64bit] from extras bucket                      
...
'nefcon' (1.6.0) was installed successfully!
Installing 'iddsampledriver-ge9-np' (0.0.1.2) [64bit] from nonportable bucket                                                                           ...
'iddsampledriver-ge9-np' (0.0.1.2) was installed successfully!
...