Skip to content

I2PC/xmippViz

Repository files navigation

xmippViz

>>> To install Xmipp, please visit this <<<

However, if you still want to install only the XmippViz software, follow:

mkdir <xmipp-bundle>  # if it doesn't exist yet
cd <xmipp-bundle>
wget https://raw.githubusercontent.com/I2PC/xmipp/devel/xmipp -O xmipp
chmod 755 xmipp
./xmipp --help 
mkdir src             # if not there yet
cd src
git clone https://github.com/I2PC/xmippViz/
cd - 
./xmipp config                # Configure compilation variables
./xmipp check_config:         # Check that the configuration is correct
./xmipp compile N xmippViz:   # Compile only xmippViz
./xmipp install [dir]         # Install at dir (by default, ./build)

About

Visualization programs and functions for Xmipp and sharing with other packages (like Scipion)

Resources

License

Stars

Watchers

Forks

Packages

No packages published