Searched full:install (Results 1 – 13 of 13) sorted by relevance
24 sudo apt-get install -y lcov25 sudo apt-get install -y unifdef55 - name: Install spell57 sudo apt-get install spell58 sudo apt-get install util-linux93 - name: Build Install Dependencies95 sudo apt-get install -y libpcap-dev151 run: sudo apt-get install complexity152 - name: Install Uncrustify153 run: sudo apt-get install uncrustify[all …]
17 - name: Install Utils19 … sudo apt-get update && sudo apt-get --assume-yes install software-properties-common curl jq sed21 sudo apt-get update && sudo apt-get --assume-yes install git42 - name: Install Uncrustify44 : # Install Uncrustify45 echo "::group::Install Uncrustify"46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify
53 - name: Install ZIP tools54 run: sudo apt-get install zip unzip81 sudo apt-get install -y lcov82 sudo apt-get install unifdef
9 - Not found? Try `apt-get install make`.11 - Not found? Try `apt-get install ruby`.13 - Not found? Try `apt-get install cmake`20 - Run `make -j$(nproc)' and then run `sudo make install`.23 - 'sudo apt-get install lcov'25 - 'sudo apt-get install unifdef'
78 - Download and install CMake from the [CMake website](https://cmake.org/download).79 - Download and install the "git for Windows" package, which also83 "Install" it by dropping the contents of the entire unzipped
127 …#define FREERTOS_SO_TCP_CONN_HANDLER ( 6 ) /* Install a callback for (dis) connection events. …128 … #define FREERTOS_SO_TCP_RECV_HANDLER ( 7 ) /* Install a callback for receiving TCP data. */129 … #define FREERTOS_SO_TCP_SENT_HANDLER ( 8 ) /* Install a callback for sending TCP data. */130 … #define FREERTOS_SO_UDP_RECV_HANDLER ( 9 ) /* Install a callback for receiving UDP data. */131 … #define FREERTOS_SO_UDP_SENT_HANDLER ( 10 ) /* Install a callback for sending UDP data. */
999 * Use the socket option 'FREERTOS_SO_WAKEUP_CALLBACK' to install a function
35 For running the script, you will need Python version > 3.7. You can download/install it from [here]…124 In order to run these proofs you will need to install CBMC and other tools by following the instruc…
21 … - You can see the downloading and installation instructions [here](https://gcc.gnu.org/install/).
152 * Install an interrupt handler to be called by the simulated interrupt handler
1198 # - Install the latest version of global1463 # running make install will install the docset in1640 # install this plugin and make it available under the help contents menu in1759 # enabled you may also need to install MathJax separately and configure the path1800 # MathJax. However, it is strongly recommended to install a local copy of
78 * @brief Configure and install a new IPv4 end-point.608 * @brief Configure and install a new IPv6 end-point.
2859 …case FREERTOS_SO_TCP_RECV_HANDLER: /* Install a callback for receiving TCP data. Supply pointer to… in FreeRTOS_setsockopt()2860 …case FREERTOS_SO_TCP_SENT_HANDLER: /* Install a callback for sending TCP data. Supply pointer to '… in FreeRTOS_setsockopt()2862 …case FREERTOS_SO_UDP_RECV_HANDLER: /* Install a callback for receiving UDP data. Supply pointe… in FreeRTOS_setsockopt()2863 …case FREERTOS_SO_UDP_SENT_HANDLER: /* Install a callback for sending UDP data. Supply pointer … in FreeRTOS_setsockopt()