Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bfb376908948c9269e6f6de4d3ab2d7787d33b7 (plain)
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
# Instructions

Clone the repo:

```
git clone git@github.com:madmonkey1907/hakchi.git
cd hakchi
git submodule update --init --recursive
```

## Install the build dependencies

### macOS 10.12

If you don't already have homebrew installed on your Mac:

```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

The actual build dependencies:

```
brew install libusb qt wget upx lzop
brew link qt --force
```

### Ubuntu 16.04

```
sudo apt-get install libusb-1.0-0-dev libqt4-dev upx-ucl cpio lzop wget
```

# Build

```
make
```

# Execute

## Linux

```
. importpath
hakchi-gui
```

## macOS

```
open build/hakchi-gui.app
```