Updated README.md
This commit is contained in:
11
README.md
11
README.md
@@ -1,2 +1,13 @@
|
|||||||
# oscilloscope
|
# oscilloscope
|
||||||
A digital oscilloscope
|
A digital oscilloscope
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Compiling
|
||||||
|
|
||||||
|
git clone https://github.com/0xFEEDC0DE64/oscilloscope.git
|
||||||
|
mkdir build_oscilloscope
|
||||||
|
cd build_oscilloscope
|
||||||
|
qmake ../oscilloscope
|
||||||
|
make
|
||||||
|
./oscilloscope
|
||||||
|
@@ -18,7 +18,8 @@ HEADERS += \
|
|||||||
mainwindow.h \
|
mainwindow.h \
|
||||||
osciwidget.h
|
osciwidget.h
|
||||||
|
|
||||||
STATECHARTS +=
|
OTHER_FILES += \
|
||||||
|
README.md
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
mainwindow.ui
|
mainwindow.ui
|
||||||
|
Reference in New Issue
Block a user