Giter Site home page Giter Site logo

How to build? about kernal64 HOT 3 CLOSED

abbruzze avatar abbruzze commented on June 6, 2024
How to build?

from kernal64.

Comments (3)

ritschwumm avatar ritschwumm commented on June 6, 2024

what i can glean from the project:

the entry point to the build seems to be https://github.com/abbruzze/kernal64/blob/master/Kernal64/build/build.xml, which is used by ant (a build tool a lot of people used for java apps in the old days before more modern alternatives became available).

with ant installed, running ant -f build/build.xml in the project base directory seems to build things. i'm not sure whether there's anything else that needs to be done afterwards.

with ant -p -f build/build.xml you can check which targets are defined in the build.xml and then run e.g. ant -f build/build.xml deploy.

from kernal64.

r-moeritz avatar r-moeritz commented on June 6, 2024

Thanks, I'll install ant and give that a try! 👍

Update: Worked like a charm, thanks again 💯

from kernal64.

abbruzze avatar abbruzze commented on June 6, 2024

what i can glean from the project:

the entry point to the build seems to be https://github.com/abbruzze/kernal64/blob/master/Kernal64/build/build.xml, which is used by ant (a build tool a lot of people used for java apps in the old days before more modern alternatives became available).

with ant installed, running ant -f build/build.xml in the project base directory seems to build things. i'm not sure whether there's anything else that needs to be done afterwards.

with ant -p -f build/build.xml you can check which targets are defined in the build.xml and then run e.g. ant -f build/build.xml deploy.

You're right about ant.
But when the project is simple, without any special dependency, the old (but still effective) ant is my best choice.
Thanks for your help.

Anyway, I'm going to merge the BeamRacer branch with master soon together with a lot of new feature/fix and a whole new vrey powerful assembler.

from kernal64.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.