how to compile the palabos lib and programme code under the Linux environment

hi i am just getting started with palabos and download the palabos-vi.4r1. i was trying to compile one of the examples under the showCases folder using the g++ but the following errors occurred

In file included from movingWall.cpp:33:
palabos3D.hh:25:36: error: parallelism/headers3D.hh: No such file or directory
palabos3D.hh:26:41: error: latticeBoltzmann/headers3D.hh: No such file or directory
palabos3D.hh:27:29: error: core/headers3D.hh: No such file or directory
palabos3D.hh:28:38: error: basicDynamics/headers3D.hh: No such file or directory
palabos3D.hh:29:42: error: boundaryCondition/headers3D.hh: No such file or directory
palabos3D.hh:30:40: error: complexDynamics/headers3D.hh: No such file or directory
palabos3D.hh:31:37: error: multiPhysics/headers3D.hh: No such file or directory
palabos3D.hh:32:27: error: io/headers3D.hh: No such file or directory
palabos3D.hh:33:36: error: atomicBlock/headers3D.hh: No such file or directory
palabos3D.hh:34:35: error: multiBlock/headers3D.hh: No such file or directory
palabos3D.hh:35:34: error: multiGrid/headers3D.hh: No such file or directory
palabos3D.hh:36:34: error: algorithm/headers3D.hh: No such file or directory
palabos3D.hh:37:39: error: dataProcessors/headers3D.hh: No such file or directory
palabos3D.hh:38:34: error: particles/headers3D.hh: No such file or directory
palabos3D.hh:39:35: error: offLattice/headers3D.hh: No such file or directory
palabos3D.hh:40:42: error: libraryInterfaces/headers3D.hh: No such file or directory
palabos3D.hh:41:41: error: finiteDifference/headers3D.hh: No such file or directory
palabos3D.hh:42:37: error: coProcessors/headers3D.hh: No such file or directory
palabos3D.hh:46:29: error: core/headers2D.hh: No such file or directory
palabos3D.hh:47:36: error: atomicBlock/headers2D.hh: No such file or directory
palabos3D.hh:48:35: error: multiBlock/headers2D.hh: No such file or directory
palabos3D.hh:49:34: error: multiGrid/headers2D.hh: No such file or directory

i looked back to the instruction about how to compile the code under Linux but still don’t understand what it does mean

" compile both the palabos lib and programme " ?

please can someone really help me?

many thanks

U would need to use the make command in the terminal instead of using g++ . Make sure u have a Makefile file in the folder u r running it

I faced the same issue by using windows, is there any one know how to compile under windows ? thank u very much in advance.