https://github.com/virtualagc/virtualagc
Raw File
Tip revision: a3413b73bcd332703a9619912e0a1a51bebf581b authored by Ron Burkey on 02 June 2023, 21:52:00 UTC
Lots of fixes to LVDC assembler; AS-512 errors down from ~10K to <5K.
Tip revision: a3413b7
Dockerfile
FROM jlawton/virtualagc
MAINTAINER Jim Lawton

# Use this to clone directly from Github.
#RUN git clone https://github.com/rburkey2005/virtualagc

# Use this to build a copy of the current directory. 
RUN mkdir /virtualagc
COPY . /virtualagc

RUN cd virtualagc && make clean
RUN cd virtualagc && make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top