
IMAGE_INSTALL_append = " poco nginx canutils inetutils-ftpd inetutils-ftp" IMAGE_INSTALL_append = " poco nginx canutils vsftpd curl fcgi spawn-fcgi net-snmp util-linux ubiattach-klibc" ...
ادامه مطلب
اِشکال CMake این است که باید روی سیستم هدف نیز نصب شود!!!... خب! نصبش کن! Make sure the following tools are available on the system... tar make aclocal autoconf automake // configure.ac AC_INIT([helloworld], [0.1], [[email protected]]) AM_INIT_AUTOMAKE AC_PROG_CC AC_CONFIG_FILES([Makefile]) AC_OUTPUT // Makefile.am AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = helloworld helloworld_SOURCES = helloworld.c ادامه مطلب...
ادامه مطلب