skx / assembler

Basic X86-64 assembler, written in golang
GNU General Public License v2.0
64 stars 11 forks source link

How to build This project #27

Closed jay51 closed 3 years ago

jay51 commented 3 years ago

I'm sorry I'm not too familiar with go, especially the package managment part of it. In the build instruction in the README, it says I can clone the repo and do

$ cd cmd/assembler 
$ go build .

I'm able to compile the cmd/lexer and cmd/parser but that path cmd/assembler doesn't exist.

I'm confused can you please explain how to build this project?

I'm running inside a docker ubuntu image and go version 1.13.8

skx commented 3 years ago

I'm sorry I'd somehow failed to commit that - due to a bogus .gitignore file.

You should be able to build now.