Code Monkey home page Code Monkey logo

clamav-bytecode-compiler's Introduction

See docs/user/clambc-user.pdf, chapter 1 "Installation".
Getting the bytecode compiler:
------------------------------
git clone git://git.clamav.net/git/clamav-bytecode-compiler

Quick start for building:
-------------------------
Check that your compiler version is not listed as a broken compiler here:
http://llvm.org/docs/GettingStarted.html#brokengcc

$ mkdir obj
$ cd obj
$ ../llvm/configure --enable-optimized --enable-targets=host-only --disable-bindings --prefix=/usr/local/clamav
$ make clambc-only -j4
$ make install-clambc -j8

For building and running tests:
------------------------------
$ mkdir obj
$ cd obj
$ ../llvm/configure --enable-optimized --enable-targets=host-only --disable-bindings --prefix=/usr/local/clamav
$ make clambc-only -j4
$ make -j4
$ make check-all

See docs/user/clambc-user.pdf, section "1.3 Building" if build fails.

Staying up-to-date:
------------------
git pull

Using a specific release:
-------------------------
$ git tag|grep ^clambc
clambc-0.10
$ git checkout clambc-0.10

Verifying signature on tag:
---------------------------
1. Get my GPG key (clamav.net/gpg/edwin.gpg)
2. Verify the tag:
$ git tag -v clambc-0.10

type commit
tag clambc-0.10
tagger Török Edvin <[email protected]> 1268418118 +0200

First public release of the ClamAV Bytecode Compiler.
gpg: Signature made Fri 12 Mar 2010 07:58:41 PM EET using RSA key ID 5379965D
gpg: Good signature from "Török Edvin <[email protected]>"
gpg:                 aka "Török Edvin <[email protected]>"

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.