This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
university:tools:m1k:alice:install [16 May 2020 19:44] Doug Mercer add warning message |
university:tools:m1k:alice:install [27 Jan 2021 23:00] Robin Getz use interwiki links |
||
---|---|---|---|
Line 52: | Line 52: | ||
The latest release of the ALICE tool set Python source files is available for download from {{:university:tools:alice-1.0.zip|HERE}}. | The latest release of the ALICE tool set Python source files is available for download from {{:university:tools:alice-1.0.zip|HERE}}. | ||
- | To manually install on Windows the libpysmu.pyd from [[https://ci.appveyor.com/api/projects/analogdevicesinc/libsmu/artifacts/libpysmu.pyd?branch=master&job=Platform%3A%20x64|libpysmu.pyd (64 bit)]] [[https://ci.appveyor.com/api/projects/analogdevicesinc/libsmu/artifacts/libpysmu.pyd?branch=master&job=Platform%3A%20x86|libpysmu.pyd (32 bit)]] must be placed in the C:\Python27\DLLs directory. Desk-top short cuts to the various programs will need to be added manually. | + | To manually install on Windows the libpysmu.pyd from [[https://ci.appveyor.com/api/projects/analogdevicesinc/libsmu/artifacts/libpysmu.pyd?branch=master&job=Platform%3A%20x64|libpysmu.pyd (64 bit)]] [[https://ci.appveyor.com/api/projects/analogdevicesinc/libsmu/artifacts/libpysmu.pyd?branch=master&job=Platform%3A%20x86|libpysmu.pyd (32 bit)]] must be placed in the C:\Python27\DLLs directory. Desk-top short cuts to the various programs will need to be added manually. |
OS X and Linux users will currently have to compile their own version of libpysmu.so from the libsmu source in [[https://github.com/analogdevicesinc/libsmu|GitHub]]. The command to make things, is just ''make python''. You will also need the development version of python installed (''apt-get install python2.7-dev''). | OS X and Linux users will currently have to compile their own version of libpysmu.so from the libsmu source in [[https://github.com/analogdevicesinc/libsmu|GitHub]]. The command to make things, is just ''make python''. You will also need the development version of python installed (''apt-get install python2.7-dev''). |