File: README.md

package info (click to toggle)
pps-tools 1.0.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ansic: 716; makefile: 30; sh: 10
file content (19 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Tools for LinuxPPS

You can read more about LinuxPPS [here](http://linuxpps.org)

## Building

```sh
make
```

## Cross-compiling

Example for Linux ARM

```sh
export CC=<CrossCompilerBinPath>/arm-linux-gnueabihf-gcc
export SYSROOT=<PathToSysroot>
make
```