-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathwindows.txt
More file actions
44 lines (26 loc) · 793 Bytes
/
windows.txt
File metadata and controls
44 lines (26 loc) · 793 Bytes
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
Tek4010 on Windows
==================
This is a quick installation guide for Windows.
Tek4010 runs on Windows using WSL (Windows Subsystem
for Linux) with Ubuntu.
Quick start:
1. Open PowerShell and type:
wsl --install -d Ubuntu
2. Reboot your system.
3. Start Ubuntu from the Start menu.
4. Install required packages:
sudo apt-get update
sudo apt-get install git libgtk-3-dev make gcc pkg-config
5. Download the source:
git clone https://github.com/rricharz/Tek4010
cd Tek4010
6. Build and install:
make clean
make
make install
7. Check installation while you are still in the
Tek4010 directory:
make check
This runs a demonstration and verifies that tek4010 works.
For full instructions and additional information, see:
docs/windows-wsl.md