@@ -30,17 +30,30 @@ can install it through VIPM (2014 or later). Read the Tools Network page here:
3030
3131http://sine.ni.com/nips/cds/view/p/lang/en/nid/213166
3232
33+ Installable artifacts may also be available on GitHub:
34+
35+ https://github.com/advancedplotting/aplot/releases
36+
3337Developing
3438==========
3539
3640Here are some basic build instructions to get you started hacking on the
3741Toolkit. The Toolkit can be built with LabVIEW 2013 or later, and VIPM 2014
3842free edition.
3943
44+ Please be aware that because the Toolkit was originally developed as a
45+ commercial product targeting LabVIEW versions as old as 2013-2015, the
46+ toolchain is somewhat behind the modern state of the art. Requirements
47+ needed for building the toolkit itself are pinned in
48+ environment/requirements.txt, but some experimentation may be required to get
49+ the build tools themselves (e.g. paver) in good working order.
50+
51+ **Pull requests are welcome for more recent platforms (e.g. Windows 11). **
52+
4053Important notes
4154---------------
4255
43- * Windows 7 64-bit required
56+ * Windows 7 64-bit required (Windows 10 and 11 are likely to work but less tested)
4457* Don't open the .vip file until you have run at least one build through paver.
4558 You will lose the palettes and have to recreate them. See "Build Procedure"
4659 below.
@@ -50,10 +63,13 @@ Set up toolchain
5063
5164* Install Git
5265* Use Git to clone the source tree into ``C:\aplot ``
53- * Yes, it *must * be ``C:\aplot `` or things won't work
66+ * Yes, it *must * be ``C:\aplot `` or things won't work. This limitation
67+ comes from the interface between the build automation and the VIPM
68+ packaging machinery; a pre-arranged (hardcoded) path is needed.
5469* Install LabVIEW 2013 SP1 or later
5570* Install VIPM 2014 or later
56- * Install Microsoft HTML Help Workshop 1.3
71+ * (Optional) Install Microsoft HTML Help Workshop 1.3. This is needed for
72+ embedded context help in older LabVIEW versions.
5773* Install Python 2.7 from Python.org, into ``C:\Python27 ``
5874 - Ensure that Python.exe and pip.exe are on your path. This is an option
5975 in the installer.
0 commit comments