Dear Deal.II community,

I install deal.II package through 
'''
sudo -i

export REPO=ppa:ginggs/deal.ii-XXX-backports

apt-get update && apt-get install -y software-properties-common
add-apt-repository $REPO
apt-get update
apt-get install libdeal.ii-dev
apt-get install build-essential cmake ninja-build gdb git-core
'''

I'd like to ask if you know how to compile deal.II test file, say, 
tests/base/quadrature_point_data.cc 
<https://github.com/dealii/dealii/blob/master/tests/base/quadrature_point_data.cc>
.

Thanks a lot in advance.

Best regards,

Junxiang.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/43adf8a9-6913-4827-b257-ccae55cf46d7n%40googlegroups.com.

Reply via email to