Movatterモバイル変換


[0]ホーム

URL:


Keyboard shortcuts

Press or to navigate between chapters

PressS or/ to search in the book

Press? to show this help

PressEsc to hide this help

The Antimony Programming Language

    Installation

    Note: An installation of the Rust programming language is needed to compile Antimony.

    Cargo

    The fastest way to get up and running is to install thelatest published version via cargo:

    cargo install antimony-lang

    Git

    To get the current development version, you can clone the Gitrepository and run the following command:

    cargo install --path .

    Docker

    Antimony provides aDocker image. It currently only supports the x64 architecture. Please reach out if you need a ARM variant (needed for Raspberry Pi). If you don't want to wait, you can build the image yourself by running this command in the root of the project:

    docker build . -t antimony

    [8]ページ先頭

    ©2009-2025 Movatter.jp