Main > Free Download Search >

Free ecc software for linux

ecc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
Ecc 0.2.2

Ecc 0.2.2


ECC is a package for Elliptic Curve cryptography. more>>
ECC is a package for Elliptic Curve cryptography.

ECC is implemented by using OpenSSL 0.9.6a or higher, for message digests and symmetric ciphers, and by using the Portable Object Compiler and Computer Algebra Kit for the elliptic curve cryptography.

Important note: you need version 3.2.5 of the compiler to compile this package.

See the README and INSTALL files in the package for instructions on how to use and how to install the ec-keygen, ec-sign, ec-verify, ec-crypt and ec-decrypt commands.

List nicknames of curves:

ec-keygen -l
c47n23r1:secp112r1:secp112r2:secp160r1:secp384r1:sect113r1:sect163k1

Generate a public and private key:

ec-keygen -e secp112r2 -o stes

Generated files:

ls -ltr stes.pub stes.prv
-rw-r--r-- 1 stes users 311 Jul 12 22:00 stes.pub
-rw------- 1 stes users 135 Jul 12 22:00 stes.prv

Digital Signature:

ec-sign -c sha1 -k stes.prv -f README -s README.sign

Verify the signature:

ec-verify -k stes.pub -f README -s README.sign
echo $?
0

Encrypt:

ec-crypt -c aes-128-cbc -k stes.pub -f README -s README.key -o enc
ec-crypt: unable to get 16 bytes of key from this curve, use a different curve
ec-crypt -c rc4-40 -k stes.pub -f README -s README.key -o enc

Decrypt:

ec-decrypt -k stes.prv -f enc -s README.key -o myREADME
<<less
Download (0.066MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1251 downloads
seccure 0.3

seccure 0.3


seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). more>>
seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). In particular it offers public key encryption / decryption and signature generation / verification.
ECC schemes offer a much better key size to security ratio than classical systems (RSA, DSA). Keys are short enough to make direct specification of keys on the command line possible (sometimes this is more convenient than the management of PGP-like key rings).
seccure builds on this feature and therefore is the tool of choice whenever lightweight asymmetric cryptography -- independent of key servers, revocation certificates, the Web of Trust or even configuration files -- is required.
Where can I download seccure?
seccure is GPL software. First download seccure from the following link. Then, after having made sure that libgcrypt is properly installed, run make and make install as usual.
How is seccure used?
First we give an example for key generation:
$ seccure-key
Assuming curve p160.
Enter private key: my private key
The public key is: 8W;>i^H0qi|J&$coR5MFpR*Vn
Then we do some public key encryption / decryption:
$ seccure-encrypt -o private.msg 8W;>i^H0qi|J&$coR5MFpR*Vn
Assuming MAC length of 80 bits.
Go ahead and type your message ...
This is a very very secret message!
^D
$ seccure-decrypt -i private.msg
Assuming MAC length of 80 bits.
Assuming curve p160.
Enter private key: my private key
This is a very very secret message!
Integrity check successful, message unforged!
At last we try out the signature generation / verification:
$ seccure-sign
Assuming curve p160.
Enter private key: my private key
Go ahead and type your message ...
This message will be signed
^D
Signature: !JI1%Luh6mu:@)S3wS.go(u1z,b.NhXIUI)/p@$*ONA+)+G}}_
$ seccure-verify 8W;>i^H0qi|J&$coR5MFpR*Vn !JI1%Luh6mu:@)S3wS.go(u1z,b.NhXIUI)/p@$*ONA+)+G}}_
Go ahead and type your message ...
This message will be signed
^D
Signature successfully verified!
Enhancements:
- This release adds signcryption and inline signatures.
<<less
Download (0.025MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1164 downloads
Flrec 0.12

Flrec 0.12


Flrec (Fast and Light RECorder) is a simple audio hard disk recorder. more>>
Flrec (Fast and Light RECorder) is a simple audio hard disk recorder written using FLTK toolkit (www.fltk.org). Flrec program can directly record in mp3, wav and ogg-vorbis, ecc.

Uses sox (sox.sourceforge.net) that is command line program for sound conversion. Sox must be installed in the system (verify with the command sox -h).

Flrec works, but is still under development.

<<less
Download (0.043MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
ccd2iso 0.3

ccd2iso 0.3


ccd2iso is a CloneCD image to ISO image file converter. more>>
ccd2iso is a CloneCD image to ISO image file converter.
As I now move to Linux entirely, I still need some migration, specially for my existing CloneCD images, I want to use them in Linux, and I cant find any converter to convert them to ISO to be mountable by Linux, so I try to make one...
Well... this is my first Linux Project, so dont be expecting much from me... Im trying to make NRG2ISO (Nero image to ISO) converter, but still I have some difficulty to get the .nrg file format, hopefully someone out there can help me out...
Hopefully this will be so much usefull for someone out there as much as I do...
Please feel free to give any feedback.
Installation:
Just follow normal procedure:
./configure
make
make install
Usage:
Easy... normally you would have 3 file from CloneCD image, they are .ccd, .img, and .sub, just type:
ccd2iso < .img filename > < .iso filename >
for example:
ccd2iso myimage.img myimage.iso
Technical Stuff:
After some strange hacking through CloneCDs image file, I found that CloneCD is only dumping CDs raw data, thus together with 12 byte synchronization, 4 byte header, ECC, and EDC...
For now, only single session image supported, if multiple session image found, then the program will dump the first session only with an "Unrecognized sector mode" error... but the resulting file, will be mounted quite fine.
ToDo:
- Better support for multisession image. (Hopefully this task is possible)
- Add ISO Image compatible validation.
- Create GUI Front-end.
Enhancements:
- A couple sanity checks from Kerry
- Update the source to work with Automake 1.9
<<less
Download (0.15MB)
Added: 2006-12-16 License: GPL (GNU General Public License) Price:
630 downloads
Crypt::ECDSA::Curve 0.052

Crypt::ECDSA::Curve 0.052


Crypt::ECDSA::Curve is a base class for ECC curves. more>>
Crypt::ECDSA::Curve is a base class for ECC curves.

These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module.

METHODS

new

Constructor. Takes the following named pair arguments:

standard => standard-curve-name

Used for named standard curves such as the NIST standard curves.
Preferentially, these are invoked by classes which inherit
from Crypt::ECDSA::Curve, such as Crypt::ECDSA::Curve::Prime,
Crypt::ECDSA::Curve::Binary, or Crypt::ECDSA::Curve::Koblitz.

See US govenment standard publications FIPS 186-2 or FIPS 186-3.

used as:

new(standard => standard curve name), where curve name is one of:

Crypt::ECDSA::Curve::Prime->new( standard =>
[ one of ECP-192, ECP-224, ECP-256, ECP-384, ECP-521 ] )

Crypt::ECDSA::Curve::Koblitz->new( standard =>
[ one of EC2N-163, EC2N-233, EC2N-283, EC2N-409, EC2N-571 ] )

Koblitz curves are a special case of binary curves, with a simpler equation.

Non-standard curve types are supported either via specifying parameters and algorithm,
or by specifying a generic "standard" via specifying in new the pair:
standard => generic_prime or standard => generic_binary.

The following are used mainly for non-standard curve types. They are
gotten from pre-defined values for named curves:

p => $p , sets curve modulus ( for prime curve over F(p) )

a => $a, sets curve param a

b => $b, sets curve param b

N => the exponent in 2**N, where 2**N is a binary curve modulus
( for binary or Koblitz curve over F(2**N) )

h => curve cofactor for the point order

r => base point G order for prime curves

n => base point G order for binary curves

G_x => $x, a base point x coordinate

G_y => $y, a base point y coordinate

irreducible => binary curve irreducible basis polynimial in binary integer
format, so that x**233 + x**74 + 1 becomes
polynomial => [ 233, 74, 0 ] and irreducible =>
0x20000000000000000000000000000000000000004000000000000000001
a
my $param = $curve->a;

Returns parameter a in the elliptic equation.
b
my $param = $curve->b;

Returns parameter b in the elliptic equation.
p
my $param = $curve->p;

returns parameter p in the equation-- this is the field modulus parameter for prime curves
order
my $param = $curve->order;

Returns the curve base point G order if known.
curve_order
my $param = $curve->curve_order;

Returns the curve order if known. This might calculate the order some day.
It does not in this version.
infinity
my $inf = $curve->infinity;

Returns a valid point at infinity for the curve.
standard
my $param = $curve->standard;

Returns the standard type of the curve, if defined for the instance.

<<less
Download (0.14MB)
Added: 2007-07-13 License: Perl Artistic License Price:
861 downloads
StoCS 1.2

StoCS 1.2


StoCS is a script to control free space on disk and to maintain free space at a configurable level. more>>
StoCS is a service to control freespace on disk, mantain free space in a configurable level.

Works with three thresholds:

WARN: do a configurable action (dialog, message, alarm, ecc)
FDEL: deletion limit
LOWL: dimension to reach after deletion
If define must be LOWL < WARN < FDEL

Threshold unit can be:

Total number of file and/or subdiectory
Total dimension of controlle folder (Byte,Kbyte,Mbyte,ecc)
% of fre space on unit
Max age of files and/or subdirs (in this case LOWL is not used because all that exeeds is deleted)

Can work with a config file or wih command line parameters. Command line parameters overwrites config file values. Does not implements loop. Therefore you must use cron os similar.

Installation example

Copy stocs in /usr/local/bin
Copy stocs.conf in /usr/local/etc
Add to a cron.hourly (or a crontab):
/bin/su user -c "/usr/local/bin/stocs
-c /usr/local/stc/stocs.conf
&> /var/log/stocs.log"
In this case stocs runs every hour, using the configuration in stocs.conf, the output is written to log file /var/log/stocs.log
<<less
Download (0.010MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
OCSID 10.2

OCSID 10.2


OCSID is a Slackware based distro with Gnome, like the good old Slackware used to have. more>>
OCSID is a Slackware based distro with Gnome, like the good old Slackware used to have.
First lets start with what OCSID is NOT:
- is not yet another linux distro;
- is not yet another fork;
- is not born to divide the Community;
- is not a closed development project.
So What OCSID really is?
- is a wrapper to contain official Slackware packages together with Community related efforts;
- is a Slackware based distro with Gnome, like the good old Slackware used to have;
- is an installation dvd so that you can install everything you want from the good old Slackware installer;
- is an open Community project and everyone is free to participate, the first goal is to unite Slackware Communitys efforts.
So OCSID is a dvd with all the Official Slackware packages untouched, with Freerock GNOME and some other packages that usually people want but arent included in Slackware (Amarok, Postfix, ecc.). Besides OCSID ships kernel 2.6.13 by default.
Not only you can install everything from the classic installer but also OCSID fully supports dependencies through slapt-get.
So that you can do it the debian way: install a minimum set of packages directly from the first Slackware CD, then install slapt-get and set OCSID as your main repository, finally you can get everything you need as in this example:
slapt-get --install kde
This way you can also upgrade your old Slackware system to OCSID with a single command.
Latest stable version of OCSID: 10.2 (Slackware 10.2, Freerock GNOME 2.12.1).
<<less
Download (MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1416 downloads
rRootage 0.23a

rRootage 0.23a


rRootage is an abstract shooter game. more>>
rRootage is an abstract shooter game. It was created by Kenta Cho and ported to Linux by Evil Mr Henry.
Debian distro: apt-get install rrootage.
Installation:
Download the data files, and the executable for your platform. Put rr in this directory.
On most systems, simply open a console, switch to root, and run ./install.sh. If that doesnt work, you can install manually. Copy rr_share/* to /usr/share/games/rRootage, rr to /usr/bin and make sure everything works.
Running:
Type rr to start the game. The command-line line switches listed in readme_e.txt should all work.
Compiling:
Install the OpenGL development libraries. (This is the hard part.)
Install libBulletML. (http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html Compiling should be simple. Copy the resulting .a file to /usr/lib)
Install SDL_mixer.
Compile with "make -f makefile.lin"
The file "rr" goes in your path, and all directories except src go in /usr/share/games/rRootage. src is unneeded after compiling.
Uninstall:
Remove the directory /usr/share/games/rRootage, the file /usr/bin/rr and the file ~/.rr.prf.
Enhancements:
- This only updates the packaging.
- Dont bother upgrading if your copy works.
<<less
Download (0.11MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1252 downloads
Image Tree 1.0

Image Tree 1.0


Image Tree is a complete and versatile photo publishing system in less than 200 lines of code. more>>
Image Tree is a complete and versatile photo publishing system in less than 200 lines of code.

ImgTree is based only on three files:

index php : contains all the php and html code. Must be put, unmodified in every folder of the directory tree.
data.php : contains the specific settings of every folder
style.css : the css style sheet

Every folder of the folder tree must contain the three files. Clearly index.php and style.php should be simply linked:

imgtree/
|-- data.php
|-- index.php
|-- style.css
|-- Section-A
| |-- data.php
| |-- index.php -> ../index.php
| |-- style.css -> ../style.css
| |-- 01-thumb.jpg
| |-- 01.jpg
| |-- 02-thumb.jpg
| |-- 02.jpg
| `-- ...
`-- Section-B
|-- data.php
|-- index.php -> ../index.php
|-- style.css -> ../style.css
|-- 00.jpg
|-- Subsection-B1
| |-- data.php
| |-- index.php -> ../index.php
| `-- style.css -> ../style.css
| |-- cover.jpg
`-- Subsection-B2
|-- data.php
|-- index.php -> ../index.php
|-- style.css -> ../style.css
|-- 01-thumb.jpg
|-- 01.jpg
|-- 02-thumb.jpg
|-- 02.jpg
`-- ...

Every folder act as a section and the behaviour can be choose between:

index : Contains a list of links to every subfolder of the current folder. For every section an image and a description are shown.
thumb : Thumbnails page. Shows every image file of the folder. Thumbnail must be named "xxx-thumb.jpg" for the xxx.jpg file. Ex: 01-thumb.jpg -> 01.jpg ; tramonto-thumb.jpg -> tramonto.jpg ; ecc.
cover : Cover page. Shows an image, a text and an associated link

The file data.php contin the settings specific for every section:

$gallerystart : is the gallery start to generate the back-menu. The path must be relative to the starting folder of the site
$name : name used to link the current section in the menus
$title : page title
$description: description, used as subtitle and for brief description in index pages
$indeximage : image used in index pages to link this section
$type : type of the page (cover|thumb|index)
$imgtitle : associtive array of the images descriptions. Used only by "thumb" pages
$coverimage : image used by "cover" pages
$covertext : text used by "cover" pages
$coverlink= : link used by "cover" pages
$covertitle : title used by "cover" pages

NEEDS a web server (Apache or similar) with PHP support
<<less
Download (0.033MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
memtest86+ 1.70

memtest86+ 1.70


memtest86+ is an enhanced version of memtest86. more>>
memtest86+ is a memory tester which is based on memtest86 v3.0, and provides an up-to-date version of this useful tool, which aims to be as reliable as the original.
It has been fixed to work on AMD64 systems, and also properly detects all current CPUs and motherboard chipsets. The project supports ECC polling for AMD64, i875P, and E7205, and displays some useful settings for the most popular chipsets.
Enhancements:
- A new DMI polling feature was added.
- Support for Core/Core2 Solo/Duo/Quad CPUs was added.
- Support for AMD K8 with DDR2 Memory was added.
- Support for Intel CPUs with 192/384 KB L2 Cache was added.
- Support for FB-DIMM based memory (DMI) was added.
- Detection for ALI CyberAladdin-T (M1644) was added.
- Detection for Turion 64 X2 was added.
- Detection for AMD K8 with unknown chipsets was added.
- Support for ATi Radeon xPress 3200 was added.
- Support for Intel i975X was added.
- Support for Intel Q965/P965 was added.
- Support for Intel Q963/Q965 was added.
- Some bugs were fixed.
<<less
Download (0.14MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1036 downloads
LibTomCrypt 1.16

LibTomCrypt 1.16


LibTomCrypt is a comprehensive, modular, and portable cryptographic toolkit. more>>
LibTomCrypt is a comprehensive, modular, and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo- random number generators, public key cryptography, and a plethora of other routines. It has been designed from the ground up to be very simple to use. It has a modular and standard API that allows new ciphers, hashes, and PRNGs to be added or removed without change to the overall end application. It features functions for easy handling and a complete user manual which has many source snippet examples.
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
LibTomCrypt has been designed from the ground up to be very simple to use. It has a modular and standard API that allows new ciphers, hashes and PRNGs to be added or removed without change to the overall end application. It features easy to use functions and a complete user manual which has many source snippet examples.
LibTomCrypt is free for all purposes under the public domain. This includes commercial use, redistribution and even branching.
Main features:
- Public domain and open source.
- Written entirely in portable ISO C source (except for things like RNGs for natural reasons)
- Builds out of the box on virtually every box. All that is required is GCC for the source to build.
- Includes a 90+ page user manual in PDF format (with working examples in it)
- Block Ciphers
- Ciphers come with an ECB encrypt/decrypt, setkey and self-test interfaces.
- All ciphers have the same prototype which facilitates using multiple ciphers at runtime.
- Some of the ciphers are flexible in terms of code size and memory usage.
- Ciphers Supported.
- Blowfish
- XTEA
- RC5
- RC6
- SAFER+
- Rijndael (aka AES)
- Twofish
- SAFER (K64, SK64, K128, SK128)
- RC2
- DES, 3DES
- CAST5
- Noekeon
- Skipjack
- Anubis (with optional tweak as proposed by the developers)
- Khazad
- Changing Modes
- Modes come with a start, encrypt/decrypt and set/get IV interfaces.
- Mode supported.
- ECB
- CBC
- OFB
- CFB
- CTR
- One-Way Hash Functions
- Hashes come with init, process, done and self-test interfaces.
- All hashes use the same prototypes for the interfaces.
- Hashes supported.
- MD2
- MD4
- MD5
- SHA-1
- SHA-224/256/384/512
- TIGER-192
- RIPE-MD 128/160
- WHIRLPOOL
- Message Authentication
- FIPS-198 HMAC (supports all hashes)
- FIPS pending OMAC1 (supports all ciphers)
- PMAC Authentication
- Message Encrypt+Authenticate Modes
- EAX Mode
- OCB Mode
- Pseudo-Random Number Generators
- Yarrow (based algorithm)
- RC4
- Support for /dev/random, /dev/urandom and the Win32 CSP RNG
- Fortuna
- SOBER-128
- Public Key Algorithms
- RSA (using PKCS #1 v2.1 and PKCS #1 v1.5)
- DH (using ElGamal signatures and simple DH encryption)
- ECC (over Z/pZ, ElGamal Signatures, simple DH style encryption)
- DSA (Users make their own groups)
- Other standards
- PKCS #1 (both v1.5 and v2.0 padding)
- PKCS #5
- ASN.1 DER for INTEGER types.
Enhancements:
- The ECC code was fixed, cleaned, and improved.
- GCM was fixed.
- UTF8 support was added to the ASN1 code.
- The documentation was improved.
- The published version of the manual is included.
<<less
Download (0.91MB)
Added: 2006-12-17 License: Public Domain Price:
1057 downloads
Asterisell 0.9.3

Asterisell 0.9.3


Asterisell project is a Web based application for viewing, rating, and billing Asterisk VoIP calls. more>>
Asterisell project is a Web based application for viewing, rating, and billing Asterisk VoIP calls.
Usage Scenario:
- you are a vendor of Voice over IP Telephony services (VoIP)
- your customers call other users who can reside on different telephone networks
- your customers pay you for this service
in order to route the calls on particular networks you have to use the services of other vendors
- you are a customer of others vendors
- you pays others vendors for this service
So Asterisell views you (the VoIP service provider) as a reseller of others vendors services. It permits to associate for every call a cost and an income. The cost is what the customer pays to the service provider and the cost is what the service provider pays to other vendors in order to route the call.
Main features:
Customer features:
- report of calls with aggregate totals
- many filter-criteria
- different sort-criteria
- export to CSV and MS Excel document
- many VoIP accounts associated with the same customer
Administrator features:
- input fields are secure from intrusion attempts
- each customer could have a cost limit for the last 30 days
- informal currency conversion table for the test of cost limits
- administrator is advised via email if a customer pass its cost limit
- different cultures for each VoIP account or Customer
- prices and messages are displayed in the specified culture
- customers can be grouped into different price list categories
- different rate methods applicable to different time periods, customer categories, destination gateway channels, destination telephone network etc..
- customizable rate methods adding PHP Class respecting a specific interface
- generation of customer invoices
- delivery of emails with invoice details to customers
- support bulk generation of invoices and emails to all customers with associated incomes
- support for multi-currency invoices (not yet tested)
- problems during rate process are reported and signaled via email to the administrator
General features:
- multi-culture and locales support (it_IT, en_US, ecc..)
- multi-currency support (not yet tested)
<<less
Download (2.5MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
C++ Elliptic Curve Cryptography library 0.11.1

C++ Elliptic Curve Cryptography library 0.11.1


C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography. more>>
C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography.
Libecc is a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed.
The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves, and to provide an important source of information for anyone with general interest in ECC.
Enhancements:
- This version brings the code completely up to date again with the latest of version of the working set (autoconf, compiler, etc.).
- The previous version was almost two years old and didnt even compile anymore.
<<less
Download (1.4MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1092 downloads
Algorithm::Hamming::Perl 0.05

Algorithm::Hamming::Perl 0.05


Algorithm::Hamming::Perl is a Perl implementation of ECC Hamming encoding, for single bit auto error correction. more>>
Algorithm::Hamming::Perl is a Perl implementation of ECC Hamming encoding, for single bit auto error correction.

SYNOPSIS

use Algorithm::Hamming::Perl qw(hamming unhamming);
$code = hamming($data); # Encode $data
$data = unhamming($code); # Decode and fix errors ($data,$errors) = unhamming($code); # + return error count

This is an Error Correction Code module, implementing Hamming encoding (8 bits data, 4 bits Hamming - ie increases data size by 50%). Data can be encoded so that single bit errors within a byte are auto-corrected.

This may be useful as a precaution before storing or sending data where single bit errors are expected.

Hamming encoding was invented by Richard Hamming, Bell Labs, during 1948.

EXPORT SUBROUTINES

hamming (SCALAR)

Returns the Hamming code from the provided input data.

unhamming (SCALAR)

Returns the original data from the provided Hamming code. Single bit errors are auto corrected.

unhamming_err (SCALAR)

Returns the original data from the provided Hamming code, and a number counting the number of bytes that were corrected. Single bit errors are auto corrected.

OTHER SUBROUTINES

Algorithm::Hamming::Perl::hamming_faster ()

This is an optional subroutine that will speed Hamming encoding if it is run once at the start of the program. It does this by using a larger (hash) cache of preprocessed results. The disadvantage is that it uses more memory, and can add several seconds to invocation time. Only use this if you are encoding more than 1 Mb of data.

<<less
Download (0.007MB)
Added: 2007-05-16 License: Perl Artistic License Price:
894 downloads
Noiz2sa 0.51a

Noiz2sa 0.51a


Noiz2sa is an abstract shooter game. more>>
Noiz2sa is an abstract shooter game. It was created by Kenta Cho and ported to Linux by Evil Mr Henry.
Installation:
Download the data files, and the executable for your platform. Put noiz2sa in this directory.
On most systems, simply open a console, switch to root, and run ./install.sh. If that doesnt work, you can install manually. Copy noiz2sa_share/* to /usr/share/games/noiz2sa, noiz2sa to /usr/bin and make sure everything works.
Running:
Type noiz2sa to start the game. The command-line line switches listed in readme_e.txt should all work.
Compiling:
Install the OpenGL development libraries. (This is the hard part.)
Install libBulletML. (http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html Compiling should be simple. Copy the resulting .a file to /usr/lib)
Install SDL_mixer.
Compile with "make -f makefile.lin"
The file "noiz2sa" goes in your path, and all directories except src go in /usr/share/games/noiz2sa. (Or use the install script.) src is unneeded after compiling.
Uninstall:
Remove the directory /usr/share/games/noiz2sa, the file /usr/bin/noiz2sa and the file ~/.noiz2sa.prf.
Enhancements:
- This only updates the packaging.
- Dont bother upgrading if your copy works.
<<less
Download (0.11MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1254 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2