Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/asdf-nasm
- Owner: Dpbm
- License: mit
- Created: 2023-03-13T01:04:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:24:11.000Z (about 1 year ago)
- Last Synced: 2024-11-18T21:43:52.333Z (3 months ago)
- Topics: asdf, assembly, nasm, version-control
- Language: Shell
- Homepage: https://asdf-vm.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)