summary refs log blame commit diff stats
path: root/plugins/sysinfo/xsys-install
blob: 8f148569f0ed81faa88fe924e0f49c056c27dd92 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                              
INSTALLATION
============
Installation is straightforward. You need Audacious 1.4 or higher and D-Bus.
Open up the Makefile, check to make sure PCIIDS points to your pci.ids file.
	(Symptom if you get it wrong: raw PCI ID's (XXXX:XXXX) emitted by /VIDEO and friends).

Run: make
Run: make install

Voila!

NOTES:
`make install' copies the compiled library (something like xsys-v.v.v.so) to
$HOME/.xchat2/xsys-plugin.so for autoloading. If $HOME/.xchat2/xsys-plugin.so
exists, it is removed first.
sual Studio 10.0\VC\bin;%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin;%PERL_PATH%;%NASM_PATH%;%SystemRoot%\System32;..\zlib-x86\bin perl Configure VC-WIN32 enable-camellia zlib-dynamic --openssldir=./ call ms\do_nasm @echo off nmake -f ms\ntdll.mak vclean nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test perl mk-ca-bundle.pl -n echo.Press return when ready to install! pause move include include-orig nmake -f ms\ntdll.mak install rmdir /q /s %OPENSSL_DEST% mkdir %OPENSSL_DEST% move bin %OPENSSL_DEST% move include %OPENSSL_DEST% move lib %OPENSSL_DEST% mkdir %OPENSSL_DEST%\share move openssl.cnf %OPENSSL_DEST%\share\openssl.cnf.example move include-orig include copy zlib-x86\bin\zlib1.dll %OPENSSL_DEST%\bin move cert.pem %OPENSSL_DEST%\bin echo.Finished! pause