Git Product home page Git Product logo

amboso-template's Introduction

amboso-template

Table of Contents

What is this thing?

This is a template repo ready to use with amboso in git mode. The main limitation is the fact that by choosing a tag folder not named bin/, we are forced to pass -D argument to resolve the stego.lock file and its info.

-D flag

I included a lazy script to wrap this problem, so you don't have to type that parameter, take a look at anwrap. It's just calling the symlink anvil but always including the needed -D flag.

I also made it ready to try the backtrace but I don't think there's much to see. Still, you have the option in the anwrap script.

Tool support

I should mention that the template assumes a C project. Since at the moment the amboso submodule only does make on the build step, we are generally limited by what you can script with a Makefile (as long as at the end make gives the needed executable).

You could very easily haveamboso run some other build step, it's basically a glorified option select. SO let's say that we virtually support the whole world, and we're about to offer dependencies to Cargo, basically.

Useful commands for managing submodules

amboso was added as a submodule, the script is found at amboso/amboso.

  • Go back to state checked in for current template commit:
  git submodule update --init
  • Pull updates from amboso repo and dirty your current template index: (you may then need to commit or restore those changes, when you want to use git mode)
git submodule update --remote
  # You can clean a dirty submodule by doing init again and/or git restore as needed.

I don't think you can use git mode when the repo is not in a clean state, and having a newer version of amboso you haven't committed wouldn't be kosher.

Autoreconf and ./configure

You may need to run automake --add-missing to ensure your system provides the missing files needed by autoreconf.

Run autoreconf to generate the ./configure script. Run the script to generate the Makefile used for the project.

anvil & anwrap -> amboso/amboso

anvil is a symlink to amboso/amboso. It's expected to have one in the root dir for correct behaviour.

There are a couple of tests (copied from the main repo and adapted) that you can run immediately with ./anwrap -t.

Again, you can try to run anvil and you will see that it will complain about no ./bin/ directory being present.

That value is hardcoded for now but this will change soon, allowing other default names maybe.

amboso-template's People

Contributors

jgabaut avatar

Stargazers

 avatar  avatar

Watchers

 avatar

amboso-template's Issues

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.