This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathINSTALL
executable file
·70 lines (58 loc) · 1.59 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
INSTALL
=======
Overview
--------
If you simply want to install the MSP430 BSL Utility, follow the "Install"
instructions below. If you want to actually build the installer from source,
follow the "Build" instructions.
Install
-------
Windows
~~~~~~~
There is a binary installer for Windows available on the Flying Camp Design
website (http://www.flyingcampdesign.com/msp430-bsl-utility.html)
It is the recommended way to install the MSP430 BSL Utility for Windows.
Linux
~~~~~
Coming soon...
Mac OSX
~~~~~~~
Coming soon...
Build
-----
Windows Installer
~~~~~~~~~~~~~~~~~
The binary installer for Windows available on the Flying Camp Design website
was built on Windows XP 32-bit following the instructions below. Other versions
of the requirements listed below may work, but have not been tested.
.Requirements
- Python 2.7.3 (python-2.7.3.msi)
- distribute 0.6.32 (distribute-0.6.32.tar.gz)
- pip 1.2.1 (installed via `easy_install pip`)
- py2exe 0.6.9 (py2exe-0.6.9.win32-py2.7.exe)
- pyserial 2.6 (installed via `pip install pyserial`)
- NSIS 2.46 (http://nsis.sourceforge.net)
- asciidoc 8.6.8 (unzipped to C:\asciidoc-8.6.8)
.Add the following to the System PATH
- C:\Python27
- C:\Python27\Scripts
- C:\Program Files\NSIS (so that makensis is in PATH)
- C:\asciidoc-8.6.8 (so that asciidoc.py is in PATH)
.Build the installer
----
make installer
----
.Build only the docs
----
make doc
----
.Remove generated files
----
make clean
----
Linux Installer
~~~~~~~~~~~~~~~
Coming soon...
Mac OSX Installer
~~~~~~~~~~~~~~~~~
Coming soon...