-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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