Skip to content

distributed.net client public source code. (Note: this codebase does not have networking or buffer file capabilities)

Notifications You must be signed in to change notification settings

dcti/dnetc-client-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fee9ffa · May 2, 2018
May 2, 2018
Jan 25, 2018
Feb 26, 2016
Dec 9, 2008
Apr 18, 2017
Apr 4, 2018
Feb 13, 2016
Jan 26, 2018
Jan 26, 2018
Sep 2, 2002
Apr 4, 2018
Nov 1, 2003
Feb 10, 2008
Feb 10, 2008
Nov 13, 2008
Mar 19, 2017
Jun 28, 2015
May 24, 1998

Repository files navigation

Build Status

disributed.net client (dnetc) public source framework

This source will only allow you to compile a harness for testing and benchmarking the performance of cores. It does not have the network or file buffer capabilities necessary to create a full client.

Building

Ok, I just downloaded it, now what must I do? If you are on a Unix box, type "./configure list". It will show a list of supported targets. If your hardware/software isn't listed, look at how the configure script is made and write your own entry, it's not very hard. Once configure has created a Makefile for you, just type "make" and the whole thing will compile.

If you are unlucky enough to not have access to the wonderfulness of Unix, you will have to look for a Makefile / Project file suitable for your machine. Look in makefile.vc (MS Visual C++), makefile.wat (Watcom for DOS, NetWare, Win16, OS/2, Win32cli), smakefile (Amiga), Platforms/beos/* (BeOS), make-vms.com (VMS).