diff --git a/openhantek/mainpage.dox b/openhantek/mainpage.dox deleted file mode 100644 index a5b523b..0000000 --- a/openhantek/mainpage.dox +++ /dev/null @@ -1,61 +0,0 @@ -/** - -\mainpage OpenHantek Developer Documentation - -\section sec_introduction Introduction -OpenHantek is a free software for %Hantek (Voltcraft/Darkwire/Protek/Acetech) USB DSOs based on HantekDSO. The UI is written in C++/Qt 4 and uses OpenGL to draw the graphs. - -\section sec_compiling Compiling from source -\subsection ssec_dependencies Dependencies -You need the development packages for the following libraries to build OpenHantek from source: - - -\subsection ssec_building Building -After installing these you can build it by running: -
-	$ qmake
-	$ make
-	$ sudo make install
-
- -\subsection ssec_options Build options -You can set environment variables to set various build options (Done best by prepending env VARIABLE=value to the qmake command). The known environment variables are: - - -\section sec_firmware Installation of the firmware -\subsection ssec_drivers Getting the Windows drivers -Before using OpenHantek you have to extract the firmware from the official Windows drivers. You can get them from the Hantek website (English translation) or automatically download them with the script fwget.sh. -\subsection ssec_extractfw The firmware extraction tool -You need the tool openhantek-extractfw from the sourceforge page too extract the firmware. You have to install libbfd development files and build it by typing: -
-	$ make
-
-After building it, you can just run the fwget.sh script inside the openhantek-extractfw directory: -
-	$ sudo ./fwget.sh /usr/local/share/hantek/
-
-You can also do it manually by placing the DSO*1.SYS file into the same directory and running the built binary: -
-	$ ./openhantek-extractfw <driver file>
-
-This should create two .hex files that should be placed into /usr/local/share/hantek/. -\subsection ssec_firmware Installing the firmware -Copy the 90-hantek.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload.
-After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package).
-If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. - -**/