forked from lunn/mv88e6xxx_dump
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Villemoes/mv88e6xxx_dump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# mv88e6xx_dump ## Building ### options and dependencies The only dependency of the mv88e6xx_dump program is the libmnl library. ### configure, compile and install Building from git for target iMX6 with a generic toolchain: ``` $ NOCONFIGURE=1 ./autogen.sh $ ./configure --host=arm-linux-gnueabihf --prefix=/opt/test $ make $ sudo make install ``` ### build a source tarball Building a source release tarball: ``` // update configure.ac to increase the version number, e.g. to 0.2.0 $ git tag 0.2.0 $ NOCONFIGURE=1 ./autogen.sh $ ./configure $ make $ make distcheck ```
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 97.8%
- Makefile 1.1%
- Other 1.1%