Git Product home page Git Product logo

x3f's Introduction

This project contains tools for manipulating X3F files from Sigma cameras.
See doc/readme.txt and doc/copyright.txt.

-------
COMPILE
-------

Download the code.
run 'make'
<wait>
The bin directory contains binaries that can be run directly from the
command line.

-------------
DISTRIBUTIONS
-------------

Alternatively, you can create binaries for multiple platforms by calling:

    make dist-all

as well as the platform specific calls:

    make dist-osx
    make dist-32
    make dist-64

The distribution will be found in the file

    dist/x3f_tools-<VER>-<PLATFORM>

The <VER> part is either the git hash, or if there is a tag on current
commit, that tag.

-------
VAGRANT
-------

If you don't want to install all the dependencies, you can also
install and run in a vagrant.  Doing so requires downloading Vagrant
from http://www.vagrantup.com.  Once you've done so, the commands to
run the code are:

    vagrant up
    <wait>
    make

A note about cross-compilation in Vagrant:  We use the 'strip' command
on Windows binaries, but there is a [known issue using strip on virtualbox](https://www.virtualbox.org/ticket/8463).
We've found that running `make dist-64` multiple times resolves the
issue; that is, the cross compilation may take a few tries to run in
Vagrant, but it will work eventually.

-----
TESTS
-----

If you want to run tests, type:

    make check

The tests require that a python virtual environment be installable on
the current system.  That precursor can be met either by installing
`pip` and `virtualenv` on your local box, or by running through the
vagrant.  Once that requirement has been met, the makefile will ensure
that the other packages are installed properly.

The other requirement for the tests is to pull down sample images from
the x3f_test_files repository.  This is a one-time download of about
90 MB of Sigma images that are used to run tests.

x3f's People

Contributors

bluekvirus avatar erikrk avatar mmroden avatar rolkar avatar yamt avatar

Watchers

 avatar

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.