https://github.com/consol/sakuli-go-wrapper
Platform-independent Sakuli-Starter in Go
https://github.com/consol/sakuli-go-wrapper
Last synced: 7 months ago
JSON representation
Platform-independent Sakuli-Starter in Go
- Host: GitHub
- URL: https://github.com/consol/sakuli-go-wrapper
- Owner: ConSol
- License: apache-2.0
- Created: 2016-02-17T11:26:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T09:59:01.000Z (over 7 years ago)
- Last Synced: 2025-05-31T12:29:49.725Z (9 months ago)
- Language: Go
- Homepage: https://github.com/ConSol/sakuli
- Size: 127 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Platform-independent Sakuli-Starter in Go
### Compile by your self
#### Requirements:
- Go 1.5
#### Installation
```bash
go get github.com/ConSol/sakuli-go-wrapper
```
- Own OS
```bash
go build github.com/ConSol/sakuli-go-wrapper
```
- Cross-Platform (Example is for compiling on Windows for Linux)
```bash
set GOOS=linux
set GOARCH=386
go build github.com/ConSol/sakuli-go-wrapper
```
- Build windows and linux binary
```bash
make
```
or
```
mvn install
```
- IntelliJ Settings

### Usage
Execute:
mvn install && target/classes/sakuli -help