forked from journeymidnight/s3util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
90 lines (57 loc) · 1.27 KB
/
README
File metadata and controls
90 lines (57 loc) · 1.27 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[](https://travis-ci.org/journeymidnight/s3utils)
[](https://github.com/journeymidnight/s3util/blob/master/LICENSE)
# Ubuntu
## Build shared library
```
mkdir build
cd build
cmake -DBUILD_ONLY="s3" ..
make
make install
```
## Install QT
```
sudo apt-get install qt5-base
```
# extra
+ check pkg-config
+ remove -Werror
# Mac
## Install xcode
+ Install xcode from appstore
+ install command tools
```
xcode-selector --install
```
OR
```
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
```
## Download QT From achive
http://download.qt.io/official_release
## Build shared library
```
mkdir build
cd build
cmake -DBUILD_ONLY="s3" ..
make
make install
```
## build
```
qmake ..
make
```
## deploy
1. add deps
macdeployqt S3Client.GUI -libpath=/usr/local/lib/
2. build dmg
http://stackoverflow.com/questions/37292756/how-to-create-a-dmg-file-for-a-app-for-mac
# Windows
## Download QT From achive
http://download.qt.io/official_release
## install Visual Studio 2015 community version
## install Qt plugin for visual studio
## nuget to install aws-sdk-core/aws-sdk-s3
version 1.0.108
## open .pro file