qasn1 - library and editor to parse, view and (on future) modify ASN.1 BER-encoded files Copyright(C) 2010 - Andrius da Costa Ribas This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Build Instructions: qasn1 uses the Qt library and cmake build system, a detailed documentation can be found on . Qt binaries for windows can be found at , on linux it can be downloaded from your distro's package system (e.g.: for ubuntu: sudo apt-get install qt4-dev), Qt 4.6.2 is recommended. Once you have Qt development files and cmake create a build directory and enter it: -on windows: md build cd build -on linux: mkdir build cd build Then run cmake, and run the native makefile e.g.: -using mingw: cmake .. -G "MinGW Makefiles" mingw32-make mingw32-make install -using visual studio's nmake: cmake .. -G "NMake Makefiles" nmake nmake install -using gcc on linux: cmake .. make sudo make install You can pass options to cmake, e.g.: cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PATH=C:/qasn1 (forward slashes are acceptable to separate directories on all platforms) There may be also platform-specific dependencies such as mingw or msvc runtimes. The downlad repository is organised in the following way: asn1beredit/ snapshots/ qasn1___. qasn1_src_.tar.gz releases/ (future) LICENSE (license file) README (this file) (Note: is currently either mingw, msvc or linux, is .zip for windows platforms, .tar.gz for other platforms) The download repository can be found on: ftp://ftp.tuxfamily.org/asn1beredit/asn1beredit-repository/ http://ftp.tuxfamily.org/asn1beredit/asn1beredit-repository/ rsync://download.tuxfamily.org/pub/asn1beredit/asn1beredit-repository/ (rsync not tested) The git repository can be found on: http://git.tuxfamily.org/?p=gitroot/asn1beredit/asn1bereditor.git;a=summary For anonymous git access use: git clone git://git.tuxfamily.org/projects/asn1beredit/asn1bereditor.git Master For write access please create an account on tuxfamily.org and contact me in order to add your username to the project.