Changes between Initial Version and Version 1 of Alpine


Ignore:
Timestamp:
08/08/23 22:19:29 (9 months ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Alpine

    v1 v1  
     1= Alpine =
     2
     3
     4== Initialization ==
     5
     6{{{
     7## For edge
     8
     9alias ll='ls -al'
     10echo 'https://dl-cdn.alpinelinux.org/alpine/edge/main' >>/etc/apk/repositories
     11echo 'https://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
     12echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories
     13apk update
     14apk add vim git lcov py3-pip py3-numpy py3-scipy py3-gevent py3-deepdiff python3-dev icu-data-full ca-certificates curl wget unzip git gawk jq openssl rsync patch psmisc cmake m4 automake peg libtool autoconf make gcc g++ libc-dev musl-dev libstdc++-dev binutils bzip2-dev zlib-dev libffi-dev boost-dev coreutils utmps clang-dev cargo
     15
     16pip install conan --break-system-packages
     17
     18################################################################################
     19
     20#include <cstdint>
     21#include <stdint.h>
     22
     23################################################################################
     24
     25}}}
     26