discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Gnu radio companion without X11


From: Martijn Moeling
Subject: Re: [Discuss-gnuradio] Gnu radio companion without X11
Date: Sun, 17 Jan 2016 01:52:35 +0100

GRC requieres X11 (XQuarz on Mac)

You should use “No GUI” from the file->new menu in GRC if you want to avoid the window.
The answer below is correct for the question you ask: No X11 but I think you do not want the gui window ...

martijn

On 16 Jan 2016, at 19:40, Michael L Kornegay <address@hidden> wrote:

Michele, 

Date: Thu, 14 Jan 2016 23:44:33 +0300
From: address@hidden
Subject: [Discuss-gnuradio] Gnu radio companion without X11

Hi, first post for me in this mailing list. 
I've made a very basic project... A source and a file sink. 
Works ok but if I run the compiled topblock.py from the linux shell, it opens a little window named topblock. 
I really wanna know if it is possible to avoid the usage of X (I mean the graphics of Linux... I'm not an expert... I think it's called X or X11).
Any idea? 
Many thanks. 
Michele IZ5035SWL 


A while back in the archives of this list regarding **Mac OS X** without X11 someone had said:

not sure if this is still interesting: I managed to install gnuradio without X11 on Mac OS X using these steps:

{{
sudo port uninstall installed
sudo port install py27-pygtk +quartz
sudo port install gtk-osx-application -python27
sudo port install gnuradio +quartz +no_x11
grc
}}


I have had luck doing my installs like this on my **Mac**, not sure if it could be tweaked better:

echo fresh macports install...
sudo port -v selfupdate

sudo port install py27-pygtk +quartz
sudo port select --set python2 python27
sudo port select --set python python27
sudo port install gtk-osx-application-gtk2 -python27
sudo port install gnuradio-devel +quartz +no_x11 +full
sudo port select --set sphinx py27-sphinx
volk_profile


Good luck,
mlk

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]