Skip to content

Instantly share code, notes, and snippets.

@uelordi01
Created June 11, 2019 07:21
Show Gist options
  • Select an option

  • Save uelordi01/bb1a9de046d06c253d9f701191318dbd to your computer and use it in GitHub Desktop.

Select an option

Save uelordi01/bb1a9de046d06c253d9f701191318dbd to your computer and use it in GitHub Desktop.
This file represents the most useful commands for Axis ACAP deployment and development.
create-package.sh mipsisa32r2el > log.txt
here you have to put your IP idress and the pass, usually is root.
eap-install.sh
#how to see where is located your compiler:
find / -name "mips*"
/usr/local/mipsisa32r2el/r23/bin/
set your PKG dir from opencv:
PKGS = gio-2.0 glib-2.0 axhttp opencv
CFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_LIBDIR) pkg-config --cflags $(PKGS))
LDLIBS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_LIBDIR) pkg-config --libs $(PKGS))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment