Menu

Tree [8e10ba] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2010-09-22 metterschling metterschling [eb4af6] Put disk thread class into a separate file
 AUTHORS 2010-10-07 metterschling metterschling [bbce5c] Move author information to separate AUTHORS file
 LICENSE 2010-09-01 metterschling metterschling [6062ec] pc2box 2.01: Initial code release with Linux su...
 README.linux 2010-09-29 metterschling metterschling [95a5a9] Enabled pc2box (file upload) for Linux. EPG tra...
 README.win32cross 2010-09-06 metterschling metterschling [f49255] Add README that describes how to build Windows ...
 TODO 2010-12-29 metterschling metterschling [3c56b4] Move completion debug messages to correct locat...
 apps.ico 2010-09-01 metterschling metterschling [f7895c] Initial check-in, pc2box 2.0 as retrieved from ...
 disk.c 2010-10-07 metterschling metterschling [bbce5c] Move author information to separate AUTHORS file
 diskthread.cpp 2011-03-13 metterschling metterschling [8e10ba] Disable too chatty debug messages.
 diskthread.h 2010-11-20 metterschling metterschling [d090d8] Start of synchronization rework, fix REC->TS co...
 gs_t.xpm 2010-09-01 metterschling metterschling [f7895c] Initial check-in, pc2box 2.0 as retrieved from ...
 main.cpp 2010-10-07 metterschling metterschling [9809cf] Minor main module cleanup
 myform.cpp 2011-03-13 metterschling metterschling [8e10ba] Disable too chatty debug messages.
 myform.h 2010-10-20 metterschling metterschling [9d5da4] Version moved to 2.1.0
 pc2box.manifest 2010-09-09 raffke raffke [e72d9a] Embed Manifest for Windows Executable
 pc2box.pro 2010-11-20 metterschling metterschling [d090d8] Start of synchronization rework, fix REC->TS co...
 types.h 2011-03-13 metterschling metterschling [8e10ba] Disable too chatty debug messages.
 vfs.c 2011-02-20 metterschling metterschling [76622a] Raffke: Cleanup unused Cluster, VFS_CLUSTER_SIZE
 vfs.h 2011-02-20 metterschling metterschling [76622a] Raffke: Cleanup unused Cluster, VFS_CLUSTER_SIZE
 win.rc 2010-09-09 raffke raffke [aa45c4] Fixed line ending in win.rc

Read Me

Quick start for Ubuntu Linux (tested on 10.04 Lucid):

1. Install QT4 development environment:
$ sudo apt-get install qt4-dev-tools

2. Generate makefile
$ qmake -makefile pc2box.pro

3. build
$ make

4. run pc2box
$ sudo ./pc2box

If you don't want to run the program as root, add the "disk" group to your user account.
Be aware that this may weaken your system's security - a potential intruder can gain
raw disk access (read and write)!
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.