Skip to content

Commit ca21e20

Browse files
committed
Added boost build step
1 parent be23227 commit ca21e20

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,17 @@ Linux based OS
100100
- cd ~/dev/nand_programmer/nand_programmer/firmware
101101
- st-flash write ./obj/prog.bin 0x8000000
102102
## Build host application
103-
- Install Qt5.5.1
103+
### Linux
104+
- sudo apt-get install libboost-all-dev
105+
- Install Qt5.x
106+
- Open ~/dev/nand_programmer/nand_programmer/qt/qt.pro with QtCreator.
107+
- Go to Projects->Build->Build Steps->Add Build Step->Make. Add "install" to "Make arguments".
108+
- Build->Run qmake
109+
- Build->Build All
110+
- Build->Run
111+
### Windows
112+
- Install boost library from GoogleDriver archive under C:/boost/ or compile.
113+
- Install Qt5.x
104114
- Open ~/dev/nand_programmer/nand_programmer/qt/qt.pro with QtCreator.
105115
- Go to Projects->Build->Build Steps->Add Build Step->Make. Add "install" to "Make arguments".
106116
- Build->Run qmake

0 commit comments

Comments
 (0)