Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the missing Spaces From README.md #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
## This project is closed !!!
## Please goto new project [GoQt](https://github.com/visualfc/goqt)

##Introduction
## Introduction
go-ui is a cross-platform golang ui tool kit, based on qt.

##System
## System
Windows / Linux / MacOS X

##License
## License
go-ui lib BSD
qtdrv lib LGPL

##Build go-ui and examples
## Build go-ui and examples

###1.get go-ui
### 1.get go-ui
$ go get github.com/visualfc/go-ui
###2.build qtdrv, need install QtSDK
### 2.build qtdrv, need install QtSDK
$ cd go-ui/qtdrv
$ qmake "CONFIG+=release"
$ make
###3.build go-ui
### 3.build go-ui
$ cd go-ui/ui
$ go install
###4.build examples
### 4.build examples
$ cd go-ui/examples
$ go build -ldflags '-r ../lib' minimal.go
$ ./minimal

##Examples
## Examples

package main

Expand Down