• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

libserialport/H05-Apr-2016-

win32_jni/H05-Apr-2016-2412

.gitmodulesH A D05-Apr-2016103 43

README.mdH A D05-Apr-2016629 1814

compile_linux.shH A D05-Apr-20161.6 KiB4034

compile_mac.shH A D05-Apr-2016609 1612

compile_win.shH A D05-Apr-2016567 1512

jnilib.cH A D05-Apr-20161.8 KiB6347

main.cH A D05-Apr-2016583 2519

pack_and_release.shH A D05-Apr-2016421 2214

README.md

1_Simple environment to test libserialport in a single build machine fashion_
2
3Prerequisites:
4* An [osxcross](https://github.com/tpoechtrager/osxcross) installation
5* An updated mingw32 environment
6
7TLTR:
8```bash
9dpkg --add-architecture i386
10apt-get install build-essential gcc-multilib g++-multilib mingw-w64 xz-utils libxml2-dev clang patch git gcc-4.8-arm-linux-gnueabihf g++-4.8-arm-linux-gnueabihf autoconf libtool linux-libc-dev:i386 gcc-arm-linux-gnueabihf zip
11#setup osxcross + add binaries to PATH
12git clone https://github.com/facchinm/listSerialPortsC --recursive
13./pack_and_release.sh
14```
15
16TODO:
17* Add a golang wrapper
18