Skip to content
Snippets Groups Projects
Commit c429d97b authored by Armin Co's avatar Armin Co
Browse files

Readme update

parent b6cbbc98
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
--- ---
### Build and run
Dependencies: Dependencies:
* cmake * cmake
* libgtkmm-3.0-dev * libgtkmm-3.0-dev
* libfftw3-dev * libfftw3-dev
### Build and run
```` ````
mkdir build && cd build mkdir build && cd build
...@@ -18,10 +18,6 @@ cmake ../ ...@@ -18,10 +18,6 @@ cmake ../
make make
./run ./src/qpong.app
````
## List of errors ````
- cairo-surface.c:930: cairo_surface_reference: Assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&surface->ref_count)' failed \ No newline at end of file
- (qpong.app:4590): GLib-CRITICAL **: 22:41:50.315: Source ID 120 was not found when attempting to remove it
- (qpong.app:27121): GdkPixbuf-CRITICAL **: 22:17:54.606: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed** Gdk:ERROR:../../../../gdk/gdkcairo.c:197:gdk_cairo_surface_paint_pixbuf: assertion failed: (cairo_image_surface_get_width (surface) == gdk_pixbuf_get_width (pixbuf)) Bail out! Gdk:ERROR:../../../../gdk/gdkcairo.c:197:gdk_cairo_surface_paint_pixbuf: assertion failed: cairo_image_surface_get_width (surface) == gdk_pixbuf_get_width (pixbuf))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment