Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/asdf-nasm

asdf plugin for nasm
https://github.com/dpbm/asdf-nasm

asdf assembly nasm version-control

Last synced: 22 days ago
JSON representation

asdf plugin for nasm

Awesome Lists containing this project

README

        

# Nasm - ASDF

A plugin for the [asdf version manager](https://asdf-vm.com).

![Tests](https://github.com/Dpbm/asdf-nasm/actions/workflows/action.yml/badge.svg)

# Dependencies

To install this plugin you need the follow:

- `bash`
- [curl](https://curl.se/)
- `tar`
- [make](https://www.gnu.org/software/make/)
- `autoconf`

# Install

```bash
asdf plugin add nasm https://github.com/Dpbm/asdf-nasm.git
```

# Commands

```bash
# Show all installable versions
asdf list-all nasm

# Install specific version
asdf install nasm `version`

# Set a version globally
asdf global nasm `version`

```

Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.

# License

See [LICENSE](LICENSE) © [Dpbm](https://github.com/Dpbm/)

### Made with 🥰 by [Dpbm](https://github.com/Dpbm)