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: Michael L Kornegay
Subject: Re: [Discuss-gnuradio] Gnu radio companion without X11
Date: Sat, 16 Jan 2016 13:40:42 -0500

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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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