Skip to content
Snippets Groups Projects
README 708 B
Newer Older
# GuF Touch-Test

## HowTo build
This project uses GNU Autotools and needs a GuF SDK to provide the cross-compiler

### Preparation
Before being able to build there are some preparation steps to be completed

#### SDK
	* For cross-compiling you need to use a GuF SDK. This can be installed from any GuF release
	* source the environment of the SDK e.g `source /opt/sdk/GUF-Yocto-rocko-7.0-0-sdk/environment-setup-imx6guf-guf-linux-gnueabi`

#### Autotools
	* in the source directory run `./autogen.sh` to generate the configuration script
	* run the configuration script: `./configure --host=x86_64-pc-linux-gnu`

### Build
After the previous steps the project is ready to be built

	* Run the build: `make`