Questa è una vecchia versione del documento!
This is the home page of the course, shared among the Master degrees in Computer Science and Networking and Computer Science (all curricula).
All the course material will be hosted on Google Classroom. Log in into Google Classroom using your credentials xxx@studenti.unipi.it and look for class code 9ddc6wy
More in detail:
ATTENTION Some browsers “remember” you logged in with another account. Please logout and may be close and re-open the browser to be able to enter classroom with the unipi.it account.
IMPORTANT In order to be able to access Google Classroom, if you haven't already activated Google services, please follow the instructions at this page (Accesso al servizio)
Day | Hours | Room |
---|---|---|
Mon | 9-11am | Fibonacci C1 |
Tue | 2-4pm | Fibonacci C1 |
Thu | 4-6pm | Fibonacci C1 |
The question time at the moment being is on Wed, 9.30 - 12.30. We will have chance to agree a different time during the first lesson of the course.
The program of the course is accessible through the Univ. of Pisa Program web site at this page.
In order to install latest version of the Gnu compiler on your local machine:
bash$ contrib/download_prerequisites
./configure --prefix=/usr/local/gcc9 --disable-multilib --enable-languages=c++
make
make install
export PATH=/usr/local/gcc9/bin/:$PATH
export LD_LIBRARY_PATH=/usr/local/gcc9/lib64/:$LD_LIBRARY_PATH
(possibly add the two lines at the end of your
$HOME/.bashrc
The compilation process took about 1 hour on my i5 with 2 cores (make -j 4)